mehrdad-dadkhah/stream-to-download

send data chunk to client for download it

Installs: 1 340

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mehrdad-dadkhah/stream-to-download

1.0.1 2017-08-19 11:13 UTC

This package is auto-updated.

Last update: 2025-09-22 20:36:37 UTC


README

Software License Packagist Version

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.