Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.5 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.5 KB

Slim's PSR-7 Message Implementation

Strict PSR-7 implementation used by the Slim Framework, but you may use it separately with any framework compatible with the PSR-7 standard.

Build Status Coverage Status Total Downloads License

Installation

It's recommended that you use Composer to install this library.

$ composer require slim/psr7 "^0.1"

This will install the slim/psr7 component and all required dependencies. PHP 5.6, or newer, is required.

Tests

To execute the test suite, you'll need phpunit.

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Security

If you discover security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

This component is licensed under the MIT license. See License File for more information.