maks3w/psr7-assertions

Test your library conformance with PSR-7

Installs: 86

Dependents: 0

Suggesters: 0

Security: 0

Stars: 17

Watchers: 2

Forks: 2

Open Issues: 0

pkg:composer/maks3w/psr7-assertions

dev-master 2016-04-16 13:39 UTC

This package is auto-updated.

Last update: 2025-10-15 23:06:23 UTC


README

Build Status Coverage Status

Test if your HTTP messages are compliant with the PSR-7 (HTTP message interfaces) specification.

Installation

Use Composer to install this library:

composer require maks3w/psr7-assertions

Usage in PHPUnit

Psr7Assertions provides following traits with helper functions for asserting interface constraints:

See examples at example/PhpUnit.

License

Code licensed under BSD 2 clauses terms & conditions.

See LICENSE.txt for more information.