telegraph/telegraph

A lambda-style PSR-7 middleware dispatcher.

Maintainers

Package info

github.com/telegraphp/telegraph.telegraph

Homepage

pkg:composer/telegraph/telegraph

Transparency log

Statistics

Installs: 579

Dependents: 0

Suggesters: 0

Stars: 17

Open Issues: 0

1.0.0 2016-05-29 14:54 UTC

This package is auto-updated.

Last update: 2026-07-15 08:33:09 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.