http-interop / http-factory-guzzle
An HTTP Factory using Guzzle PSR7
Installs: 125 894 352
Dependents: 465
Suggesters: 31
Security: 0
Stars: 559
Watchers: 5
Forks: 7
Open Issues: 0
Requires
- php: >=7.3
- guzzlehttp/psr7: ^1.7||^2.0
- psr/http-factory: ^1.0
Requires (Dev)
- http-interop/http-factory-tests: ^0.9
- phpunit/phpunit: ^9.5
Suggests
- guzzlehttp/psr7: Includes an HTTP factory starting in version 2.0
Provides
README
HTTP factory implemented for Guzzle.
NOTE: guzzlehttp/psr7
includes an HTTP factory implementation starting with
version 2.0. Please use the official factory if your project can use
"guzzlehttp/psr7": "^2.0"
.