opsbears / piccolo-web-http-guzzle
This package is abandoned and no longer maintained.
No replacement package was suggested.
1.0-alpha1
2016-07-22 07:14 UTC
Requires
- guzzlehttp/psr7: ^1.3
- opsbears/piccolo-web: ^1.0
Requires (Dev)
Provides
- opsbears/piccolo-web-http: 1.0.0
This package is not auto-updated.
Last update: 2020-10-16 21:38:27 UTC
README
This module provides PSR-7 objects for use in Piccolo, which are used to store HTTP requests and responses in objects.
Installation
This module can be installed via composer:
composer require opsbears/piccolo-web-http-guzzle
Then you will have to include the module into your module configuration:
'modules' => [
GuzzleHTTPModule::class,
//...
]
The module automatically registers the GuzzleHTTPServerFactory
as a source for PSR-7 objects with Piccolo.