air-php / fastroute-middleware
There is no license information available for the latest version (1.0.1) of this package.
A FastRoute middleware library.
1.0.1
2016-05-02 11:42 UTC
Requires
- php: >=5.4.0
- nikic/fast-route: ~0.8
- php-di/php-di: ~5.0
- psr/http-message: ~1.0
This package is not auto-updated.
Last update: 2026-03-07 02:30:24 UTC
README
This is a middleware library for the FastRoute router by Nikita Popov.
Installation
Installation via Composer is recommended.
"require": {
"air-php/fastroute-middleware": "~1.0"
}