telegraph/telegraph

A lambda-style PSR-7 middleware dispatcher.

1.0.0 2016-05-29 14:54 UTC

This package is auto-updated.

Last update: 2024-04-15 03:12:34 UTC


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.