library · inferred from evidence
Guzzle
HTTP client library for PHP
- infobip-api-php-client v3 requires Guzzle ^6.5, incompatible with Guzzle 7
infobip-api-php-client v3 requires Guzzle ^6.5, incompatible with Guzzle 7. The maintainers lifted the Guzzle 6 constraint and added Guzzle 7 support, released in version 3.1.0.
- Brevo PHP SDK: "User Warning: Timeout option is not supported for the current PSR-18 client (GuzzleHttp\Client)"
This is a generator bug: class_exists() was used where interface_exists() was needed, so the SDK never detected Guzzle. The generator was fixed upstream and the corrected SDK shipped in 4.0.14, which is live on Packagist.