divineomega / psr-18-guzzle-adapter
PSR-18 adapter for the Guzzle HTTP client
Package info
github.com/Jord-JD/psr-18-guzzle-adapter
pkg:composer/divineomega/psr-18-guzzle-adapter
Fund package maintenance!
Requires
- php: ^7.1||^8.0
- guzzlehttp/guzzle: ^6.3||^7.0
- psr/http-client: ^1.0
Requires (Dev)
- phpunit/phpunit: ^7.5 || ^12.0
Replaces
This package is auto-updated.
Last update: 2026-07-18 11:21:41 UTC
README
Note
Guzzle 7 implements PSR-18 directly, so new PHP 7.2.5+ applications can normally use GuzzleHttp\Client as their Psr\Http\Client\ClientInterface implementation.
This adapter remains supported for packages that retain PHP 7.1 and Guzzle 6 compatibility. It also normalizes Guzzle 6 exceptions to the PSR-18 exception interfaces.
This package provides a simple PSR-18 adapter for the Guzzle HTTP client.
It supports PHP 7.1 through current releases, with Guzzle 6 or 7.