alanvdb / router
Basic PHP router using PSR.
v0.6
2025-04-21 13:29 UTC
Requires
- psr/http-factory: ^1.1
- psr/http-message: ^2.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- phpunit/phpunit: ^11.3
README
A PHP PSR-7 Compatible Routing Library
Overview
This project provides a simple yet flexible routing system for PHP, compatible with PSR-7 HTTP message interfaces. It is designed to help you manage your application routes efficiently, supporting lazy-loaded route definitions, path matching, request handling, and URI generation.