Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T07:20:45.000Z (about 2 years ago)
- Last Synced: 2024-10-18T09:13:55.158Z (3 months 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
[![Latest Stable Version](https://poser.pugx.org/songlipeng2003/php-x-sendfile/v/stable)](https://packagist.org/packages/songlipeng2003/php-x-sendfile) [![Total Downloads](https://poser.pugx.org/songlipeng2003/php-x-sendfile/downloads)](https://packagist.org/packages/songlipeng2003/php-x-sendfile) [![License](https://poser.pugx.org/songlipeng2003/php-x-sendfile/license)](https://packagist.org/packages/songlipeng2003/php-x-sendfile) [![PHP Composer](https://github.com/songlipeng2003/php-x-sendfile/actions/workflows/php.yml/badge.svg)](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.3if you use php < 7.3, you can use 1.* version
php ext fileinfo
### Test
use phpunitrequire xdebug
### License
[Apache License Version 2.0](https://github.com/songlipeng2003/php-x-sendfile/blob/master/LICENSE.md)