PHPackages                             minicodemonkey/hetzner-robot - 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. minicodemonkey/hetzner-robot

ActiveLibrary[API Development](/categories/api)

minicodemonkey/hetzner-robot
============================

API Client for the Hetzner Robot API

1.2.2(1y ago)58.5k↓50%2PHPPHP &gt;=5.4.0

Since Oct 20Pushed 1y ago2 watchersCompare

[ Source](https://github.com/MiniCodeMonkey/robot-client)[ Packagist](https://packagist.org/packages/minicodemonkey/hetzner-robot)[ RSS](/packages/minicodemonkey-hetzner-robot/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (8)Used By (0)

Hetzner Robot API Client
========================

[](#hetzner-robot-api-client)

> *Note:* This is just a copy of the Hetzner API client, that has been namespaced and composer/packagist support added. The source code can be found here:

Usage
-----

[](#usage)

```
use Hetzner\Robot\Client;

$robot = new Client('https://robot-ws.your-server.de', 'login', 'password');

// retrieve all failover ips
$results = $robot->failoverGet();

foreach ($results as $result)
{
  echo $result->failover->ip . "\n";
  echo $result->failover->server_ip . "\n";
  echo $result->failover->active_server_ip . "\n";
}

// retrieve a specific failover ip
$result = $robot->failoverGet('123.123.123.123');

echo $result->failover->ip . "\n";
echo $result->failover->server_ip . "\n";
echo $result->failover->active_server_ip . "\n";

// switch routing
try
{
  $robot->failoverRoute('123.123.123.123', '213.133.104.190');
}
catch (RobotClientException $e)
{
  echo $e->getMessage() . "\n";
}
```

> Full API documentation is available here:

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance41

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% 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

Every ~439 days

Recently: every ~659 days

Total

7

Last Release

486d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ed84123c7f95e96700d9b59e7a3116f3129860e5e58d2b1c502e9cb47b46b8e?d=identicon)[MiniCodeMonkey](/maintainers/MiniCodeMonkey)

---

Top Contributors

[![MiniCodeMonkey](https://avatars.githubusercontent.com/u/220535?v=4)](https://github.com/MiniCodeMonkey "MiniCodeMonkey (10 commits)")[![Wouter0100](https://avatars.githubusercontent.com/u/864520?v=4)](https://github.com/Wouter0100 "Wouter0100 (1 commits)")

### Embed Badge

![Health badge](/badges/minicodemonkey-hetzner-robot/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M479](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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