kuyoto/psr7

Provides a PSR-7 compliant http message implementation.

Maintainers

Details

github.com/kuyoto/psr7

Source

Issues

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/kuyoto/psr7

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

This package is auto-updated.

Last update: 2025-09-26 11:30:46 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.