wecodein/response-sender-middleware

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

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/wecodein/response-sender-middleware

1.0.1 2018-12-28 12:22 UTC

This package is not auto-updated.

Last update: 2025-10-12 08:40:19 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.