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

This package is auto-updated.

Last update: 2020-07-05 06:47:54 UTC


README

Build Status Total Downloads Latest Stable Version License

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.