Download the PHP package vulpes/router without Composer
On this page you can find all versions of the php package vulpes/router. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vulpes/router
More information about vulpes/router
Files in vulpes/router
Download vulpes/router
More information about vulpes/router
Files in vulpes/router
Vendor vulpes
Package router
Short Description Simple router & dispatcher implementation.
License MIT
Package router
Short Description Simple router & dispatcher implementation.
License MIT
Keywords routerdispatcher
Please rate this library. Is it a good library?
Informations about the package router
Simple router & dispatcher implementation.
Available methods
- ANY available to all methods
- CLI used on command line prompt
- GET method requests a representation of the specified resource.
- HEAD method asks for a response identical to a GET request, but without the response body.
- POST method submits an entity to the specified resource, often causing a change in state or side effects on the server.
- PUT method replaces all current representations of the target resource with the request payload.
- DELETE method deletes the specified resource.
- CONNECT method establishes a tunnel to the server identified by the target resource.
- OPTIONS method describes the communication options for the target resource.
- TRACE method performs a message loop-back test along the path to the target resource.
- PATCH method applies partial modifications to a resource.
Path variants, and middlewares
All versions of router with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
psr/container Version ^2.0
psr/http-message Version ^2.0
psr/http-server-middleware Version ^1.0
psr/http-server-handler Version ^1.0
psr/log Version ^3.0
psr/http-client Version ^1.0
psr/simple-cache Version ^3.0
vulpes/http-exceptions Version v1.2
vulpes/http Version v1.4.1
psr/container Version ^2.0
psr/http-message Version ^2.0
psr/http-server-middleware Version ^1.0
psr/http-server-handler Version ^1.0
psr/log Version ^3.0
psr/http-client Version ^1.0
psr/simple-cache Version ^3.0
vulpes/http-exceptions Version v1.2
vulpes/http Version v1.4.1
The package vulpes/router contains the following files
Loading the files please wait ....