iquety / routing
Library to handle URI based routes
v2.1.1
2026-03-17 17:20 UTC
Requires
- php: ^8.4
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
Requires (Dev)
- codacy/coverage: dev-master
- friendsofphp/php-cs-fixer: ^3.94
- iquety/docmap: *
- phpmd/phpmd: ^2.15
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9.5
README
| English | Português |
|---|
Synopsis
Iquety Routing is a library for handling URI-based routes, supporting delimited contexts.
composer require iquety/routing
For detailed information, see Documentation Summary.
Characteristics
- Codified with best practices and maximum quality;
- Well documented and IDE friendly;
- Made with TDD (Test Driven Development);
- Implemented with unit tests using PHPUnit;
- Made with ❤️ & ☕.