telegraph / telegraph
A lambda-style PSR-7 middleware dispatcher.
1.0.0
2016-05-29 14:54 UTC
Requires
- php: >=5.5.0
- psr/http-message: ~1.0
Requires (Dev)
README
A PSR-7 middleware dispatcher.
This package is installable and PSR-4 autoloadable via Composer as telegraph/telegraph.
Alternatively, download a release or clone this repository, then map the Telegraph\ namespace to the package src/ directory.
This package requires PHP 5.5 or later; it has been tested on PHP 5.6, PHP 7, and HHVM. You should use the latest available version of PHP as a matter of principle.
To run the tests, issue composer install to install the test dependencies, then issue phpunit.
For documentation, please see here.
For middleware, please see here.