Download the PHP package thingston/http-app without Composer
On this page you can find all versions of the php package thingston/http-app. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thingston/http-app
More information about thingston/http-app
Files in thingston/http-app
Download thingston/http-app
More information about thingston/http-app
Files in thingston/http-app
Vendor thingston
Package http-app
Short Description Simple HTTP application running on PHP 8.1 and backed by PSR standards.
License MIT
Homepage https://github.com/thingston/http-app
Package http-app
Short Description Simple HTTP application running on PHP 8.1 and backed by PSR standards.
License MIT
Homepage https://github.com/thingston/http-app
Please rate this library. Is it a good library?
Informations about the package http-app
Thingston HTTP App
Simple HTTP application running on PHP 8.1 and backed by PSR standards.
Requirements
- PHP 8.1
Instalation
composer require thingston/http-app
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-app/issues
- Documentation: https://github.com/thingston/http-app/wiki
All versions of http-app with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
guzzlehttp/psr7 Version ^2.4
psr/container Version ^2.0
psr/http-factory Version ^1.0
psr/http-message Version ^1.0
thingston/http-exception Version ^1.1
thingston/http-response Version ^1.1
thingston/http-router Version ^1.3
thingston/log-manager Version ^1.0
thingston/settings Version ^1.3
guzzlehttp/psr7 Version ^2.4
psr/container Version ^2.0
psr/http-factory Version ^1.0
psr/http-message Version ^1.0
thingston/http-exception Version ^1.1
thingston/http-response Version ^1.1
thingston/http-router Version ^1.3
thingston/log-manager Version ^1.0
thingston/settings Version ^1.3
The package thingston/http-app contains the following files
Loading the files please wait ....