jitesoft / router
This package is abandoned and no longer maintained.
The author suggests using the hrafn/router package instead.
Simple wrapper around the fast route package.
0.0.5
2018-04-03 10:56 UTC
Requires
- php: >=7.1
- jitesoft/container: 4.0.*
- jitesoft/exceptions: 2.2.*
- nikic/fast-route: 1.3.*
- zendframework/zend-diactoros: 1.7.*
Requires (Dev)
- phpunit/phpunit: 7.0.*
- squizlabs/php_codesniffer: 3.2.*
This package is not auto-updated.
Last update: 2019-09-14 09:37:04 UTC
README
A wrapper around the nikic/fast-route package.
The project as such is not affiliated with the creators of the fast-route package, but rather just a wrapper to be
used in Jitesoft projects.
Documentation might be added at some point.
State
The package is missing some key features that are to be implemented, which makes this a pre-release.
Do not use for production if you are not sure you know what you are doing!
In the loop:
- Usage of
groups
in the routing. - More tests.
- Other stuff.