PHPackages                             atsicorp/hetzner-cloud - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. atsicorp/hetzner-cloud

ActiveLibrary[API Development](/categories/api)

atsicorp/hetzner-cloud
======================

A PHP SDK for the Hetzner Cloud API.

v0.0.2-stable(1y ago)13MITPHPPHP ^7.1|^8.2CI passing

Since Sep 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/anjasamar/hetzner-cloud-php-sdk)[ Packagist](https://packagist.org/packages/atsicorp/hetzner-cloud)[ RSS](/packages/atsicorp-hetzner-cloud/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

Hetzner Cloud PHP SDK
=====================

[](#hetzner-cloud-php-sdk)

A PHP SDK for the Hetzner Cloud API:

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require atsicorp/hetzner-cloud
```

Usage
-----

[](#usage)

```
$hetznerClient = new \atsicorp\HetznerCloud\HetznerAPIClient($apiKey);
foreach ($hetznerClient->servers()->all() as $server) {
    echo 'ID: '.$server->id.' Name:'.$server->name.' Status: '.$server->status.PHP_EOL;
}
```

### Testing

[](#testing)

You can just run `phpunit`. The whole library is based on unit tests and sample responses from the official Hetzner Cloud documentation.

### Changelog

[](#changelog)

Please see [CHANGELOG](https://github.com/anjasamar/hetzner-cloud-php-sdk/releases) for more information what has changed recently.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Anjas Amar Pradana](https://github.com/anjasamar)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

651d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/157609852?v=4)[ATSiCorporation](/maintainers/atsicorp)[@ATSiCorp](https://github.com/ATSiCorp)

---

Top Contributors

[![anjasamar](https://avatars.githubusercontent.com/u/21999640?v=4)](https://github.com/anjasamar "anjasamar (9 commits)")

---

Tags

hetznerhetzner cloudhcloudcloud php library

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/atsicorp-hetzner-cloud/health.svg)

```
[![Health](https://phpackages.com/badges/atsicorp-hetzner-cloud/health.svg)](https://phpackages.com/packages/atsicorp-hetzner-cloud)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[lkdevelopment/hetzner-cloud-php-sdk

An unofficial PHP SDK for the Hetzner Cloud API.

131103.0k1](/packages/lkdevelopment-hetzner-cloud-php-sdk)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
