Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Latest commit

 

History

History
57 lines (38 loc) · 1.99 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.99 KB

This package is abandoned! It was used by slimapi/slimapi, but it is not needed anymore.

Forked version of Slim PSR-7, see slimphp#160

Slim PSR-7

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

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

Tests

To execute the test suite, you'll need to clone the repository and install the dependencies.

$ git clone https://github.com/slimphp/Slim-Psr7
$ composer install
$ composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover security related issues, please email security@slimframework.com instead of using the issue tracker.

Credits

License

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