chars / simple-router
Simple routing management built on top nikic/FastRoute with caching option
v0.1.4
2017-04-12 04:41 UTC
Requires
- php: ^7.0
- ext-pcre: *
- nikic/fast-route: ~1.2.0@stable
- psr/cache: ^1.0
- psr/http-message: ^1.0@stable
Requires (Dev)
- chars/simple-http: ^v0.1
- phpunit/php-code-coverage: ^5.0
- phpunit/phpunit: ~6.0.0@stable
- symfony/cache: ^3.2
Suggests
- symfony/cache: PSR16 Cache Interface Implementation for routes caching
This package is not auto-updated.
Last update: 2025-03-01 22:58:01 UTC
README
a simple route wraper built on top of nikic/FastRoute
Only wrapped to easily inject mass route
Created for easy route and dispacth. WIP