Skip to content

php readfile() with 304 Not Modified and 206 Partial Content support

License

Notifications You must be signed in to change notification settings

divinity76/php-httpreadfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-httpreadfile

php readfile() with 304 Not Modified and 206 Partial Content support

installation

the script is a standalone .php file, you can copypaste it, or composer:

composer require 'divinity76/php-httpreadfile'

Usage

<?php
require_once(__DIR__ . '/vendor/autoload.php');
\Divinity76\httpreadfile\httpreadfile(__FILE__);

About

php readfile() with 304 Not Modified and 206 Partial Content support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages