PHPackages                             gyselroth/balloon-sdk - 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. gyselroth/balloon-sdk

ActiveLibrary[API Development](/categories/api)

gyselroth/balloon-sdk
=====================

Official balloon sdk for php

v0.1.0(6y ago)02MITPHPPHP &gt;=7.0CI failing

Since Oct 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/gyselroth/balloon-sdk-php)[ Packagist](https://packagist.org/packages/gyselroth/balloon-sdk)[ Docs](http://www.github.com/gyselroth/balloon-sdk-php)[ RSS](/packages/gyselroth-balloon-sdk/feed)WikiDiscussions master Synced yesterday

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

balloon php sdk
===============

[](#balloon-php-sdk)

[![Build Status](https://camo.githubusercontent.com/425e449d74ef62534d1a1315665238f12fe283db61767e0bdc5fd5146223fa04/68747470733a2f2f7472617669732d63692e6f72672f677973656c726f74682f62616c6c6f6f6e2d73646b2d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/gyselroth/balloon-sdk-php)[![Latest Stable Version](https://camo.githubusercontent.com/978640b01755cf97ccab1b1a69a6c864d1823cde777e408da3880ce7e12f81ce/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f677973656c726f74682f62616c6c6f6f6e2d73646b2e737667)](https://packagist.org/packages/gyselroth/balloon-sdk)[![GitHub release](https://camo.githubusercontent.com/48c49aa6a96130342dc1a7effee2fe213080c1d702f50eeeb14e6d5111414d06/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f677973656c726f74682f62616c6c6f6f6e2d73646b2d7068702e737667)](https://github.com/gyselroth/balloon-sdk-php/releases)[![GitHub license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://raw.githubusercontent.com/gyselroth/balloon-sdk-php/master/LICENSE)

Requirements
------------

[](#requirements)

- PHP &gt;= 7.0

Download
--------

[](#download)

The package is available at [packagist](https://packagist.org/packages/gyselroth/balloon-sdk)

To install the package via composer execute:

```
composer require gyselroth/balloon-sdk

```

Basic usage
-----------

[](#basic-usage)

```
use Balloon\Sdk\Api\CoreV2Api;
use Balloon\Sdk\Configuration;

$client = new GuzzleHttp\Client();

$config = new Configuration();
$config->setHost('http://localhost:8084');
$config->setUsername('admin');
$config->setPassword('admin');

//Access token auth (Bearer)
//$config->setAccessToken('0dadcc7510979af9e2b8c58bd76cc611ac7453ec');

$core = new CoreV2Api($client, $config);
$core->getNodes();
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

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

2407d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f7f49cbc31f2166f057acdcb3768366d6783ad6a8e5caf7e5990b21d8bbecf3d?d=identicon)[s-aebischer](/maintainers/s-aebischer)

![](https://www.gravatar.com/avatar/c5faa1a8f30f97714249f80b7594e11976f9740912259431764cf0a622958d05?d=identicon)[danielkleeb](/maintainers/danielkleeb)

---

Top Contributors

[![raffis](https://avatars.githubusercontent.com/u/2376735?v=4)](https://github.com/raffis "raffis (11 commits)")

---

Tags

sdkswaggeropenapiballoon

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/gyselroth-balloon-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/gyselroth-balloon-sdk/health.svg)](https://phpackages.com/packages/gyselroth-balloon-sdk)
```

###  Alternatives

[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)[jolicode/slack-php-api

An up to date PHP client for Slack's API

2534.4M12](/packages/jolicode-slack-php-api)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[jolicode/harvest-php-api

An up to date PHP client for Harvest's API

2259.9k](/packages/jolicode-harvest-php-api)

PHPackages © 2026

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