charcoal-dev / http-router
HTTP router for Charcoal Apps
Installs: 1 673
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.3
- charcoal-dev/base: >=0.0.1 <0.1.0
- charcoal-dev/buffers: ^0.2.1
- charcoal-dev/http-commons: ^0.2.6
README
The HTTP Router library handles request routing in Charcoal applications, mapping incoming HTTP requests to their designated handlers or controllers based on defined routes. It supports flexible route definitions, parameter extraction, and integration with middleware, providing a clean and efficient mechanism for directing traffic within the framework.
For detailed information, guidance, and setup instructions regarding this library, please refer to our official documentation website: