ascetic-soft / waypoint
A lightweight PSR-15 compatible PHP router with attribute-based routing, prefix-trie matching, middleware pipeline, route caching, and built-in diagnostics
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/ascetic-soft/waypoint
Requires
- php: >=8.4
- ext-mbstring: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.94
- nyholm/psr7: ^1.8
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^11.0
- psr/container: ^2.0
- psr/http-message: ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
Suggests
- psr/container: Required for PSR-11 container integration (^2.0)
- psr/http-message: Required for PSR-15 request handling (^2.0)
- psr/http-server-handler: Required for PSR-15 request handling (^1.0)
- psr/http-server-middleware: Required for PSR-15 middleware support (^1.0)