lepre / http-server
An implementation of PSR-15 HTTP Server Request Handlers
dev-master
2020-01-07 12:33 UTC
Requires
- php: ^7.2
- psr/container: ^1.0
- psr/http-message: ^1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.1
- phpunit/phpunit: ^8.0
- zendframework/zend-diactoros: ^1.7
This package is auto-updated.
Last update: 2024-11-07 23:25:27 UTC
README
🚧 This project is in early development stage and it could change significantly in the future.
Lepre HTTP Server
An implementation of PSR-15 HTTP Server Request Handlers.
Installation
Install the latest version with Composer:
$ composer require lepre/http-server
Requirements
This project works with PHP 7.2 or above.
License
This project is licensed under the MIT License. See the LICENSE file for details.