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

This package is not auto-updated.

Last update: 2024-04-14 00:54:30 UTC


README

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.