Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 217 Bytes

File metadata and controls

11 lines (7 loc) · 217 Bytes

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!