PSR-15 compliant implementation of middleware for converting PSR-7 Response to HTTP output.
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
$middleware = new ResponseSenderMiddleware();
$middleware->process($serverRequest, $requestHandler);
Released under MIT License - see the License File for details.