Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.82 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.82 KB

response-sender-middleware

Build Status Code Quality Code Coverage Latest Version PDS Skeleton

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.