kuick / routing
Routing package implementing PSR-15 middleware interface
v1.2.1
2025-04-24 06:39 UTC
Requires
- php: >=8.2.0
- kuick/http: ^1.0|^2.0
- psr/log: ^3.0
Requires (Dev)
- kuick/qa-toolkit: ^1.0
Provides
README
Routing package implementing PSR-15 middleware
Key features
- PSR-15(https://www.php-fig.org/psr/psr-15/) routing middleware implementation
- Support for flexible Routes (any callable)
- Router service for matching Routes to the Request
- Routes supporting regex paths with named parameters
Usage
@TODO: create some instructions