Download the PHP package jinya/router without Composer
On this page you can find all versions of the php package jinya/router. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package router
Jinya Router
Introduction
About
Jinya Router is a small and capable router and request handler for PHP. It works by analyzing a directory for the
provided attributes and generates a static routing table. This routing table is based on the
excellent nikic/fast-route
package. The handling of the request itself is based on the battle tested Laminas project,
but is not limited to this. You can just create the routing table and then perform the routing by yourself.
Highlights
- Based on the super fast
nikic/fast-route
and battle tested Laminas project - Supports PSR-15 middlewares
- Routing table generation can be changed
- Custom route support
- Bring your own request handler or use the integrated one
- PHP 8.1 and PHP 8.2 compatible
Questions?
We have answers, just open an issue on Github and we will check it out.
All versions of router with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
ext-fileinfo Version *
psr/http-server-middleware Version ^1.0.2
nikic/fast-route Version ^v1.3.0
laminas/laminas-httphandlerrunner Version ^2.7.0
laminas/laminas-stratigility Version ^3.10.0
laminas/laminas-diactoros Version ^3.0.0
jetbrains/phpstorm-attributes Version ^1.0
nyholm/psr7 Version ^1.8.0
nyholm/psr7-server Version ^1.0.2
ext-fileinfo Version *
psr/http-server-middleware Version ^1.0.2
nikic/fast-route Version ^v1.3.0
laminas/laminas-httphandlerrunner Version ^2.7.0
laminas/laminas-stratigility Version ^3.10.0
laminas/laminas-diactoros Version ^3.0.0
jetbrains/phpstorm-attributes Version ^1.0
nyholm/psr7 Version ^1.8.0
nyholm/psr7-server Version ^1.0.2
The package jinya/router contains the following files
Loading the files please wait ....