2017 © Pedro Peláez
 

library http-middleware

Middleware for PHP built on top of PSR-7, PSR-15 and PSR-17

image

wecodein/http-middleware

Middleware for PHP built on top of PSR-7, PSR-15 and PSR-17

  • Thursday, November 23, 2017
  • by dutekvejin
  • Repository
  • 2 Watchers
  • 2 Stars
  • 22 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

http-middleware

![Build Status][ico-build] Code Quality Code Coverage Latest Version PDS Skeleton, (*1)

PSR-15 compliant implementation for processing middleware queues., (*2)

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:, (*3)

composer require wecodein/http-middleware

Usage

php $requestHandler = new RequestHandler($responseFactory, ...$middlewares); $response = $requestHandler->handle($serverRequest);, (*4)

See examples., (*5)

Credits

License

Released under MIT License - see the License File for details., (*6)

The Versions

23/11 2017
23/11 2017
14/10 2017

0.5.0

0.5.0.0

Middleware for PHP built on top of PSR-7, PSR-15 and PSR-17

  Sources   Download

MIT

The Requires

 

The Development Requires

psr-7 psr-15 psr-17 http-middleware wecodein

24/06 2017

0.1.0

0.1.0.0

Middleware dispatching system

  Sources   Download

MIT

The Requires

 

The Development Requires

psr-15 http-middleware wecodein