air-php / fastroute
A FastRoute implementation of a router.
Installs: 2 975
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
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: 2024-12-31 05:09:04 UTC
README
A FastRoute implementation for Air's routing library.
Installation
Installation via Composer is recommended.
"require": {
"air-php/fastroute": "dev-master"
}