Skip to content

PSR-15 compliant implementation of middleware for converting PSR-7 Response to HTTP output.

License

Notifications You must be signed in to change notification settings

wecodein/response-sender-middleware

Repository files navigation

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.