项目作者: wecodein

项目描述 :
Middleware for PHP built on top of PSR-7, PSR-15 and PSR-17
高级语言: PHP
项目地址: git://github.com/wecodein/http-middleware.git
创建时间: 2017-06-23T22:25:45Z
项目社区:https://github.com/wecodein/http-middleware

开源协议:MIT License

下载


http-middleware

Build Status
Code Quality
Code Coverage
Latest Version
PDS Skeleton

PSR-15 compliant implementation for processing middleware queues.

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:

  1. composer require wecodein/http-middleware

Usage

  1. $requestHandler = new RequestHandler($responseFactory, ...$middlewares);
  2. $response = $requestHandler->handle($serverRequest);

See examples.

Credits

License

Released under MIT License - see the License File for details.