iquety / routing
Library to handle URI based routes
Installs: 257
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:tool
Requires
- php: ^8.3.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
Requires (Dev)
- codacy/coverage: dev-master
- iquety/docmap: 2.*
- phpmd/phpmd: @stable
- phpstan/phpstan: ^0.12
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: 3.*
README
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
- Made for PHP 8.3 or higher;
- 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 ❤️ & ☕.