hetzner-cloud-php-sdk
hetzner-cloud-php-sdk copied to clipboard
Do not extend Guzzle\Client
Extending Guzzle\Client is deprecated since Guzzle 7.1 and the class is annotated as @final. The class will be actually final in Guzzle 8.0.
On a related note, what about switching to the Symfony HttpClient? Or simply requiring that the application implement a psr-7 interface, and not providing a specific implementation of one?