kuyoto/psr7

Provides a PSR-7 compliant http message implementation.

v1.1.0 2020-06-25 12:55 UTC

This package is auto-updated.

Last update: 2024-03-26 08:07:37 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 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.