wecodein / response-sender-middleware
PSR-15 compliant implementation of middleware for converting PSR-7 Response to HTTP output.
1.0.1
2018-12-28 12:22 UTC
Requires
- php: ^7.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
This package is not auto-updated.
Last update: 2024-10-27 03:42:03 UTC
README
PSR-15 compliant implementation of middleware for converting PSR-7 Response to HTTP output.
Installation
The preferred method of installation is via Composer. Run the following command to install the latest version of a package and add it to your project's composer.json
:
composer require wecodein/response-sender-middleware
Usage
$middleware = new ResponseSenderMiddleware(); $middleware->process($serverRequest, $requestHandler);
Credits
License
Released under MIT License - see the License File for details.