fulmen / psr7
This package is abandoned and no longer maintained.
No replacement package was suggested.
Provides a PSR-7 compliant http message implementation.
v1.0.0
2020-05-31 06:37 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: 2020-07-05 06:47: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 fulmen/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
Changelog
Please see the changelog for change details.
License
The package is an open-sourced software licensed under the MIT License.