Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 675 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 675 Bytes

Telegraph

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.