Skip to content

medram/php-fileStreamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

php-fileStreamer

php-fileStreamer is a php class that helps you to stream your file via php server & control the flow,

How to use:

include "FileStreamer.php";

$filePath = "path of the your file here";
$config = [

];

$stream = new FileStreamer($filePath, $config);
$stream->start();

I hope that will help some one.

About

Stream your file & make it downloadable !!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages