slim/psr7
Slim PSR-7 is a strict PSR-7 HTTP message implementation used by the Slim Framework. Use it standalone in any PSR-7 compatible project to create and work with requests, responses, streams, and URIs. Requires PHP 8.0+.
Strict PSR-7 implementation used by the Slim Framework, but you may use it separately with any framework compatible with the PSR-7 standard.
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 8.0 or newer is required.
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
Please see CONTRIBUTING for details.
If you discover security related issues, please email security@slimframework.com instead of using the issue tracker.
This component is licensed under the MIT license. See License File for more information.
How can I help you explore Laravel packages today?