aurora / http-message-filter
Common interfaces for HTTP message filter
0.1.4
2018-01-23 12:07 UTC
Requires
- php: >=7.0
- psr/http-message: ^1.0
Requires (Dev)
- phpunit/phpunit: ^6.5
README
Provides interfaces to filter Http Message
object(request, server request and response).
The difference between Filter
and Middleware
is that the filter does NOT change object type.
Installation
It's recommended that you use Composer to install this library.
$ composer require aurora/http-message-filter
This will install the library and all required dependencies. The library requires PHP 7.0 or newer.
Usage
License
The HTTP Message Filter is open-sourced software licensed under the MIT license.