hetzner-cloud-php-sdk icon indicating copy to clipboard operation
hetzner-cloud-php-sdk copied to clipboard

A PHP SDK for the Hetzner Cloud API

Results 27 hetzner-cloud-php-sdk issues
Sort by recently updated
recently updated
newest added

Hi dears, I hope you are having a good day. It seems there is no "get all actions for a server" in server methods. Can you just implement this function,...

Hi I see this issue when i using SDK in lkdevelopment/hetzner-cloud-php-sdk/src/Models/Servers/Servers.php line 240 if (! empty($firewalls)) { $parameters['firewalls'] = json_encode($firewalls); } must remove json_encode see https://docs.hetzner.cloud/#servers-create-a-server thanks also will be...

This commit adds the missing fields **public_net** and **placement_group** to server create functions.

Update to illuminate/collections

Error description: ``` Package tightenco/collect is abandoned, you should avoid using it. Use illuminate/collections instead. ``` I'd love to push a PR, considering all the PR's made by the community...

The firewallResource class has 2 types, only the 'server' type was included previously, adding the 'label_selector' type

Maybe I'm just too stoopid but $hetznerClient->loadBalancers()->getByName(); also ByID both throw PHP Fatal error: Uncaught TypeError: LKDev\HetznerCloud\Models\LoadBalancerTypes\LoadBalancerType::__construct(): Argument #3 ($deprecated) must be of type string, null given

After upgrading to Symfony 7.0, I'm getting: > Fatal error: Type of Tightenco\Collect\Support\Debug\HtmlDumper::$styles must be array (as in class Symfony\Component\VarDumper\Dumper\CliDumper) in vendor/tightenco/collect/src/Collect/Support/Debug/HtmlDumper.php on line 7 This is probably due to...

A primary IP can be unassigned and therefore assignee_id will be null, which led to an exception. ``` Fatal error: Uncaught TypeError: Argument 12 passed to LKDev\HetznerCloud\Models\PrimaryIps\PrimaryIp::__construct() must be of...