mehrdad-dadkhah / stream-to-download
send data chunk to client for download it
Installs: 1 337
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.5
Requires (Dev)
- guzzlehttp/guzzle: ^5.0|^6.0
- phpunit/phpunit: 4.6.*
This package is auto-updated.
Last update: 2024-10-22 18:38:10 UTC
README
Send data chunk to client for download it
Installation
composer require mehrdad-dadkhah/stream-to-download
Usage
use MehrdadDadkhah\Video\StreamToDownload; $streamToDownload = new StreamToDownload(); $streamToDownload->downloadFile('path-or-url-to-file.mp4', 'output-file-name.mp4');
License
hls-video-generater is licensed under the GPLv3 License.