kuyoto / psr7
Provides a PSR-7 compliant http message implementation.
v1.1.0
2020-06-25 12:55 UTC
Requires
- php: ^7.2
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16.3
- http-interop/http-factory-tests: dev-master
- php-http/psr7-integration-tests: dev-master
- phpunit/phpunit: ^8.0
Provides
This package is auto-updated.
Last update: 2024-10-26 09:23:54 UTC
README
This package provides a PSR-7 complaint http message implementation.
Installation
The recommnended way to install this library is through composer:
composer require kuyoto/psr7
Usage
The HTTP message objects do not contain any other public methods than those defined in PSR-7 specification.
Testing
composer test
It is also possible to exclude tests that require a live internet connection:
composer test -- --exclude-group internet
License
The package is an open-sourced software licensed under the MIT License.