PHPackages                             hypernode/api-client - 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. hypernode/api-client

ActiveLibrary

hypernode/api-client
====================

Hypernode API Client for PHP

0.5.0(11mo ago)93.7k↓29.6%2[2 issues](https://github.com/ByteInternet/hypernode-api-php/issues)MITPHPCI passing

Since Oct 21Pushed 11mo ago8 watchersCompare

[ Source](https://github.com/ByteInternet/hypernode-api-php)[ Packagist](https://packagist.org/packages/hypernode/api-client)[ RSS](/packages/hypernode-api-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (10)Versions (9)Used By (0)

Hypernode API PHP Client
========================

[](#hypernode-api-php-client)

***Please note: this project is still in its early stages and the API may be subject to change.***

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

[](#installation)

```
composer require hypernode/api-client
```

The API client is HTTP client agnostic, which means that it's compatible with any HTTP client implementing [PSR-18 interface](https://www.php-fig.org/psr/psr-18/).

Popular HTTP client implementations are: [Guzzle](https://packagist.org/packages/guzzlehttp/guzzle) and [Symfony HTTP Client](https://packagist.org/packages/symfony/http-client).

A full list of implementations, can be [found here](https://packagist.org/providers/psr/http-client-implementation).

Usage
-----

[](#usage)

### Acquiring an API token

[](#acquiring-an-api-token)

Each Hypernode has an API token associated with it, you can use that to talk to the API directly. You can find the token in `/etc/hypernode/hypernode_api_token`. For API tokens with special permissions please contact .

### Using the client

[](#using-the-client)

```
use Hypernode\Api\HypernodeClientFactory;

require_once 'vendor/autoload.php';

$client = HypernodeClientFactory::create(getenv('HYPERNODE_API_TOKEN'));

// For the Hypernode `johndoe` PHP version to 8.1 and Node.js version to 18
$job = $client->settings->setBatch('johndoe', [
    'php_version' => '8.1',
    'nodejs_version' => '18'
]);

// If something has changed, wait for the changes to be applied.
while ($job && !$job->completed()) {
    sleep(2);
    $job->refresh();
}
```

Supported features
------------------

[](#supported-features)

Here's a list of Hypernode API features implemented in the client.

- Listing Hypernodes related to your API key
- Updating one or multiple Hypernode settings at once.
- Querying/polling the logbook for the status of a job.
- Listing, creating, updating and cancelling Brancher Hypernode instances.

Related projects
----------------

[](#related-projects)

- The official [Hypernode API Python Client](https://github.com/byteinternet/hypernode-api-python)
- The official [Hypernode Deploy](https://github.com/byteinternet/hypernode-deploy-configuration) tool
- The official [Hypernode Docker](https://github.com/byteinternet/hypernode-docker) image

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance46

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.2% 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 ~136 days

Recently: every ~199 days

Total

8

Last Release

351d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/76d3d3ce1a76f1f386faf21885c82908bc7fff6c94119f422083f14fb42a35e7?d=identicon)[hypernode](/maintainers/hypernode)

---

Top Contributors

[![tdgroot](https://avatars.githubusercontent.com/u/1165302?v=4)](https://github.com/tdgroot "tdgroot (39 commits)")[![vdloo](https://avatars.githubusercontent.com/u/1437341?v=4)](https://github.com/vdloo "vdloo (6 commits)")[![peterjaap](https://avatars.githubusercontent.com/u/431360?v=4)](https://github.com/peterjaap "peterjaap (4 commits)")[![markdentoom](https://avatars.githubusercontent.com/u/59030690?v=4)](https://github.com/markdentoom "markdentoom (3 commits)")[![AlexanderGrooff](https://avatars.githubusercontent.com/u/4996020?v=4)](https://github.com/AlexanderGrooff "AlexanderGrooff (1 commits)")[![martijneichelsheim](https://avatars.githubusercontent.com/u/76106052?v=4)](https://github.com/martijneichelsheim "martijneichelsheim (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/hypernode-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/hypernode-api-client/health.svg)](https://phpackages.com/packages/hypernode-api-client)
```

###  Alternatives

[friendsofsymfony/http-cache

Tools to manage HTTP caching proxies with PHP

36114.7M36](/packages/friendsofsymfony-http-cache)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[jolicode/slack-php-api

An up to date PHP client for Slack's API

2534.4M12](/packages/jolicode-slack-php-api)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[php-soap/psr18-transport

PSR-18 HTTP Client transport for SOAP

183.4M20](/packages/php-soap-psr18-transport)[laudis/neo4j-php-client

Neo4j-PHP-Client is the most advanced PHP Client for Neo4j

184616.9k31](/packages/laudis-neo4j-php-client)

PHPackages © 2026

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