iquety / routing
Library to handle URI based routes
Installs: 368
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:tool
pkg:composer/iquety/routing
Requires
- php: ^8.4
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
Requires (Dev)
- codacy/coverage: dev-master
- iquety/docmap: *
- phpmd/phpmd: @stable
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: 3.*
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 ❤️ & ☕.