Download the PHP package fas/routing without Composer
On this page you can find all versions of the php package fas/routing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor fas
Package routing
Short Description Fast and simple router
License MIT
Homepage https://github.com/gielfeldt/fas-routing
Package routing
Short Description Fast and simple router
License MIT
Homepage https://github.com/gielfeldt/fas-routing
Please rate this library. Is it a good library?
Informations about the package routing
Installation
Usage
An api on top of fastroute. With autowiring capabilities using a container or not.
Without container setup
With container setup
Middlewares
Middlewares attached to Router
are always run, even if the requested route does not exist.
Groups
Groups can be created for attaching middlewares to multiple routes. There's no prefix mechanism available.
Middlewares attached to groups are only run, if the requested route exists.
Compiled/cached router without container setup
Compiled/cached with container setup
Whoops error response using container
Whoops without container
All versions of routing with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4.0
fas/autowire Version ^0.2
fas/exportable Version ^0.2
psr/http-message Version ^1.0
psr/http-server-middleware Version ^1.0
nikic/fast-route Version ^1.3
fas/autowire Version ^0.2
fas/exportable Version ^0.2
psr/http-message Version ^1.0
psr/http-server-middleware Version ^1.0
nikic/fast-route Version ^1.3
The package fas/routing contains the following files
Loading the files please wait ....