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
Requires
- php: ^7.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
This package is not auto-updated.
Last update: 2025-10-12 08:40:19 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.