air-php / fastroute
There is no license information available for the latest version (v0.1.2) of this package.
A FastRoute implementation of a router.
v0.1.2
2015-12-10 11:26 UTC
Requires
- php: >=5.5.0
- air-php/routing: ~0.1
- nikic/fast-route: ~0.2
- phpunit/phpunit: ~5.0
This package is not auto-updated.
Last update: 2026-03-10 10:42:13 UTC
README
A FastRoute implementation for Air's routing library.
Installation
Installation via Composer is recommended.
"require": {
"air-php/fastroute": "dev-master"
}