https://github.com/songlipeng2003/php-x-sendfile
php send static files use web server, now support apache, nginx, Lighttpd
https://github.com/songlipeng2003/php-x-sendfile
apache nginx php sendfile
Last synced: about 1 year ago
JSON representation
php send static files use web server, now support apache, nginx, Lighttpd
- Host: GitHub
- URL: https://github.com/songlipeng2003/php-x-sendfile
- Owner: songlipeng2003
- License: apache-2.0
- Created: 2014-03-05T08:48:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T07:20:45.000Z (over 3 years ago)
- Last Synced: 2024-10-18T09:13:55.158Z (over 1 year ago)
- Topics: apache, nginx, php, sendfile
- Language: PHP
- Homepage:
- Size: 106 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## php x-sendfile
[](https://packagist.org/packages/songlipeng2003/php-x-sendfile) [](https://packagist.org/packages/songlipeng2003/php-x-sendfile) [](https://packagist.org/packages/songlipeng2003/php-x-sendfile) [](https://github.com/songlipeng2003/php-x-sendfile/actions/workflows/php.yml)
php send static files use web server, now support apache, nginx, Lighttpd
## Change Log
[2.1.0] - 2022-12-02
* Add Content-Range support, but not support Multipart ranges
## require
php >= 7.3
if you use php < 7.3, you can use 1.* version
php ext fileinfo
### Test
use phpunit
require xdebug
### License
[Apache License Version 2.0](https://github.com/songlipeng2003/php-x-sendfile/blob/master/LICENSE.md)