Inspired by #29 the requirement of the guzzle client can be reduced. The connector should be rebuild to only need a PSR-7 Client (Psr\Http\Client\ClientInterface). That make it more flexibly to use other clients.
The guzzle http client can then be removed from the required dependencies and only suggested.
Inspired by #29 the requirement of the guzzle client can be reduced. The connector should be rebuild to only need a PSR-7 Client (
Psr\Http\Client\ClientInterface). That make it more flexibly to use other clients.The guzzle http client can then be removed from the required dependencies and only suggested.