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 yesterday

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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

2413d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/da9dddd0e12902babc3c3c226564f432f99c10d5e8d2db8098814f3bdeeebdbc?d=identicon)[Thodin](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M272](/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)
