Client
Client copied to clipboard
DigitalOcean API v2 client for PHP
Resolves #303.
https://docs.digitalocean.com/reference/api/api-reference/#tag/Project-Resources When you create a new resource (for instance, a droplet), there is no option to assign it to a specific project at the same time. It simply attaches itself...
Lessons learnt from earlier versions: 1. ~Trying to support different versions of Guzzle and Buzz ourselves is a mess, and leads to bugs. We should instead use PSR-7/17/18 with PHP...
Hello I noticed something strange that I'm not sure if this is an issue related to this library or maybe something else If I run the following command (and I...
Adds static function calls to ResponseMediator to return the HTTP Response code and Response Phrase
I grepped through the code and didn't see anything where the response code could be requested. I would have expected this to be in the ResponseMediator, but I only see...
How can I confirm that a droplet has been removed successfully? Is the best way to keep hitting the API until it no longer exists, then report that the deletion...
Fixes: ``` Undefined property: stdClass::$apps ```
Also guard against an empty list of clusters that could result in: ``` array_map(): Argument #2 ($array) must be of type array, null given ```