dev-master
9999999-dev
MIT
The Requires
- php >=5.3
The Development Requires
by Niels Theen
v0.1.0
0.1.0.0
MIT
The Requires
- php >=5.3
The Development Requires
by Niels Theen
Wallogit.com
2017 © Pedro Peláez
HTTP middleware interfaces based on the current status (2016-12-05) of the equivalent PSR document from fig-php, (*1)
Table of Contents * Usage * Install, (*2)
This is collection of all interfaces defined the currently proposed PSR-15 document. It MAY can change in the future because this document is under discussions., (*3)
Create your own middleware e.g. using:, (*4)
class MyMiddleWare implements ClientMiddlewareInterface
{
public function process(RequestInterface $request, DelegateInterface $next)
{
return $next->next($request);
}
}
Checkout the PSR-15 proposed definitions., (*5)
New to Composer?, (*6)
This will install the latest supported version:, (*7)
$ composer require legionth/http-middleware:^0.1
MIT, (*8)
MIT
MIT