wecodein / response-sender-middleware
PSR-15 compliant implementation of middleware for converting PSR-7 Response to HTTP output.
Package info
github.com/wecodein/response-sender-middleware
pkg:composer/wecodein/response-sender-middleware
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: 2026-03-15 11:03:33 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.