How-to articles, tricks, and solutions about GUZZLE
Adding Query string params to a Guzzle GET request?
To add query string parameters to a GET request using Guzzle, you can use the query option when creating the request.
Guzzle 6: no more json() method for responses
In Guzzle 6, the json() method for parsing JSON responses has been removed.