Download the PHP package thruster/http-modifier without Composer
On this page you can find all versions of the php package thruster/http-modifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package http-modifier
HttpModifier Component
[]
(https://github.com/ThrusterIO/http-modifier/releases)
[
]
(LICENSE)
[
]
(https://travis-ci.org/ThrusterIO/http-modifier)
[
]
(https://scrutinizer-ci.com/g/ThrusterIO/http-modifier)
[
]
(https://scrutinizer-ci.com/g/ThrusterIO/http-modifier)
[
]
(https://packagist.org/packages/thruster/http-modifier)
[]
(mailto:[email protected])
The Thruster HttpModifier Component. Provides a backbone for modifying PSR-7 Request/Response for HTTP Clients/Servers and other utilities which uses PSR-7 standard.
Collection of Thruster Http Modifiers
Install
Via Composer
For PHP < 7.0
For older PHP version than PHP7 there is branch php5
Usage
There are four type of modifiers:
- ServerRequestModifierInterface
- RequestModifierInterface
- ResponseModifierInterface
- MessageModifierInterface
Each of them has own Collection to group them and run modify
on each of modifier.
Standalone modifier
Using collection
Nesting collections
Testing
Contributing
Please see CONDUCT for details.
License
Please see License File for more information.