An HTTP router supporting PSR-15 request handlers.
- PHP 8.1
composer require thingston/http-router
Please check the Documentation.
Available Composer scripts:
composer run test- Runs all tests using PHPUnit.composer run coverage:text- Runs all tests using PHPUnit and generates a coverage report to the console.composer run coverage:clover- Runs all tests using PHPUnit and generates an XML coverage report to filecoverage.xml.composer run coverage:html- Runs all tests using PHPUnit and generates an XML coverage report to directorycoverage.composer run coverage:check- Runs thecoverage:cloverscript and checks the code coverage rate (requires >= 90%).composer run analyze- Runs the PHPStan static analysis and displays the results to the console.composer run cs- Runs the Code Sniffer static analysis and displays any errors to the console.composer run cbf- Runs the Code Sniffer code fixer and displays the results to the console.composer run checks- Runs the scriptscs,analyzeandcoverage:checkand displays the results to the console.
- Issues: https://github.com/thingston/http-router/issues
- Documentation: https://github.com/thingston/http-router/wiki