opsbears / piccolo-web-http-guzzle
Installs: 381
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/opsbears/piccolo-web-http-guzzle
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.