PHPackages                             thodinbiz/bubuka-api-for-distributors - 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. thodinbiz/bubuka-api-for-distributors

ActivePackage[API Development](/categories/api)

thodinbiz/bubuka-api-for-distributors
=====================================

BUBUKA REST API simple client library

0.2.2(6y ago)043MITPHPPHP &gt;=5.6CI failing

Since Sep 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/thodinBiz/bubuka-api-distributors)[ Packagist](https://packagist.org/packages/thodinbiz/bubuka-api-for-distributors)[ RSS](/packages/thodinbiz-bubuka-api-for-distributors/feed)WikiDiscussions master Synced 2w ago

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

Простенькая библиотека для взаимодествия с BUBUKA API for Distributors

**Composer Installation**

```
composer require thodinbiz/bubuka-api-for-distributors
```

**Usage examples**

```
require_once './vendor/autoload.php';

use Bubuka\Distributors\RestAPI\Exceptions\ApiErrorException;
use Bubuka\Distributors\RestAPI\Exceptions\ResponseException;
use Bubuka\Distributors\RestAPI\ApiClient;

const API_URL = 'http://test.my.bubuka.info/api/dst/';
const TOKEN = '2b3f2d3e2c01a60c234c393214a17133';

// $apiClient = new ApiClient(TOKEN, API_URL);
$apiClient = new ApiClient(TOKEN);

try
{
    $filesList = $apiClient->FilesList();
} catch (ApiErrorException $e)
{
    // Api returned structure of error
} catch (ResponseException $e)
{
    // 500 error, server unavailable, etc.
}

var_dump($filesList);
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Every ~10 days

Total

4

Last Release

2461d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5105858?v=4)[Max Meindl](/maintainers/Thodin)[@Thodin](https://github.com/Thodin)

---

Top Contributors

[![thodinBiz](https://avatars.githubusercontent.com/u/16363428?v=4)](https://github.com/thodinBiz "thodinBiz (24 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/thodinbiz-bubuka-api-for-distributors/health.svg)

```
[![Health](https://phpackages.com/badges/thodinbiz-bubuka-api-for-distributors/health.svg)](https://phpackages.com/packages/thodinbiz-bubuka-api-for-distributors)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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