Download the PHP package thingston/http-router without Composer
On this page you can find all versions of the php package thingston/http-router. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thingston/http-router
More information about thingston/http-router
Files in thingston/http-router
Download thingston/http-router
More information about thingston/http-router
Files in thingston/http-router
Vendor thingston
Package http-router
Short Description An HTTP router supporting PSR-15 request handlers.
License MIT
Homepage https://github.com/thingston/http-router
Package http-router
Short Description An HTTP router supporting PSR-15 request handlers.
License MIT
Homepage https://github.com/thingston/http-router
Please rate this library. Is it a good library?
Informations about the package http-router
Thingston HTTP Router
An HTTP router supporting PSR-15 request handlers.
Requirements
- PHP 8.1
Instalation
composer require thingston/http-router
Usage
Please check the Documentation.
Testing
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:clover
script 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
,analyze
andcoverage:check
and displays the results to the console.
Support
- Issues: https://github.com/thingston/http-router/issues
- Documentation: https://github.com/thingston/http-router/wiki
All versions of http-router with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
guzzlehttp/psr7 Version ^2.3
nikic/fast-route Version ^1.3
psr/container Version ^2.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
thingston/http-exception Version ^1.0
guzzlehttp/psr7 Version ^2.3
nikic/fast-route Version ^1.3
psr/container Version ^2.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
thingston/http-exception Version ^1.0
The package thingston/http-router contains the following files
Loading the files please wait ....