Using GuzzlePHP with RESTful API's - DigitalOcean API
While working on a little PHP project involving the use of the DigitalOcean V2 API to create and manage droplets. The DigitalOcean V2 API is a fully RESTful API. This made interacting with it very…