hetzner-cloud-php-sdk
hetzner-cloud-php-sdk copied to clipboard
A PHP SDK for the Hetzner Cloud API
According to the documentation, the server parameter must be the server id.
Hi, do you plan add support for the new feature released by Hetzner Cloud API? Reference: https://docs.hetzner.cloud/#primary-ips
Would be great to have a `firewalls` parameter for `createInDatacenter` and `createInLocation`. https://docs.hetzner.cloud/#servers-create-a-server
` $firewall = $this->client->firewalls()->getByName('name'); ` I'm receiving the following error when retrieving a Firewall which has a rule with an "any" port: ` PHP Fatal error: Uncaught TypeError: Argument 5...
See https://github.com/tighten/collect
Extending Guzzle\Client is deprecated since Guzzle 7.1 and the class is annotated as @final. The class will be actually final in Guzzle 8.0. See [guzzle issue#2521](https://github.com/guzzle/guzzle/issues/2521)
Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Release notes Sourced from phpstan/phpstan's releases. 1.0.0 PHPStan 1.0 is here and I'm really excited about it! Read the accompanying...
Hello this is my first PR in this project: Before this PR following error occurred when you query a firewall with an attached label: `Undefined property: stdClass::$server thrown in hetzner-cloud-php-sdk/src/Models/Firewalls/Firewall.php:125`...
What about a convenience function that returns a \DateTime out of the box?
Signed-off-by: Lukas Kämmerling This came up in #62 . Basically it is a "breaking" change, as the type structure is changed. But i would like to "sit this change out",...