DEV Community

Discussion on: Building HTTP clients with Guzzle

Collapse
 
dramentol profile image
David Ramentol • Edited

All of them are equally coupled to Guzzle: "use GuzzleHttp\Client;"

There's no way to not couple some bit of your code to Guzzle if you use Guzzle, is there?