melodykimball / php-http
v1.0.0
2025-05-29 18:42 UTC
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.