melodykimball / php-http
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/melodykimball/php-http
Requires
- php: >=8.1
- fig/http-message-util: ^1.1
- psr/http-client: ^1.0
- psr/http-factory: ^1.1
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.1
- phpstan/phpstan-strict-rules: ^2.0
- squizlabs/php_codesniffer: ^3.11
README
PSR/HTTP collection (with some helper classes). This is intended as an easy way to include psr/http-* interfaces in a
project.
Installation
Install by adding the package as a
Composer requirement:
composer require melodykimball/php-http
Resources
- PSR-7 (HTTP Message)
- PSR-15 (HTTP Server Request Handlers)
- PSR-17 (HTTP Factories)
- PSR-18 (HTTP Client)
License
This project is distributed under the MIT License (MIT). Please see License File for more information.