mehrdad-dadkhah / stream-to-download
将数据块发送到客户端以供下载
1.0.1
2017-08-19 11:13 UTC
Requires
- php: >=5.5
Requires (Dev)
- guzzlehttp/guzzle: ^5.0|^6.0
- phpunit/phpunit: 4.6.*
This package is auto-updated.
Last update: 2024-09-22 18:27:36 UTC
README
将数据块发送到客户端以供下载
安装
composer require mehrdad-dadkhah/stream-to-download
使用方法
use MehrdadDadkhah\Video\StreamToDownload; $streamToDownload = new StreamToDownload(); $streamToDownload->downloadFile('path-or-url-to-file.mp4', 'output-file-name.mp4');
许可协议
hls-video-generater 依照 GPLv3 许可协议 许可。