Skip to content

ablage-zz/php-http-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-http-stream

HTTP streaming class

Example:

$response = new \HttpStream\Response('path/to/file.mp3', $_SERVER);
$response->flush();

For more examples, have a look in the examples folder above!