Download the PHP package qubus/router without Composer
On this page you can find all versions of the php package qubus/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
Qubus Router
Qubus router is a powerful and fast PHP router for PSR-7/PSR-15 messages.
Features
- Basic routing (
GET
,HEAD
,POST
,PUT
,PATCH
,UPDATE
,DELETE
) with support for custom multiple HTTP verbs. - Regular expression constraints for parameters.
- Named routes.
- Generating url to routes.
- Route parameters.
- Optional route parameters.
- Route groups.
- PSR-7/PSR-15 Middlewares (classes that intercepts before the route is rendered) for routes, groups and controllers.
- Responsable objects.
- Domain/Subdomain routing
- Custom boot managers to rewrite urls
- Option to load routes from JSON file
- and more . . .
Requirements
- PHP 8.2+
Installation
Rewrite Rules
Apache
Nginx
More Info
All versions of router with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
php-di/invoker Version ^2
qubus/http Version ^3
qubus/injector Version ^3
relay/relay Version ^2
spatie/macroable Version ^1
php-di/invoker Version ^2
qubus/http Version ^3
qubus/injector Version ^3
relay/relay Version ^2
spatie/macroable Version ^1
The package qubus/router contains the following files
Loading the files please wait ....