PHPackages                             chipslays/tabus-api - 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. chipslays/tabus-api

ActiveLibrary[API Development](/categories/api)

chipslays/tabus-api
===================

Simple wrapper for Tabus (ex. Collaps) API.

1.0.19(3y ago)135MITPHPPHP &gt;=8.1

Since May 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/chipslays/tabus-api)[ Packagist](https://packagist.org/packages/chipslays/tabus-api)[ RSS](/packages/chipslays-tabus-api/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (2)Versions (21)Used By (0)

[![](https://camo.githubusercontent.com/2b0d8718251fbe9d182cb53627cd68619d739d51b7e7452f1d9c921082578da7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f63686970736c6179732f74616275732d617069)](https://camo.githubusercontent.com/2b0d8718251fbe9d182cb53627cd68619d739d51b7e7452f1d9c921082578da7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f63686970736c6179732f74616275732d617069)[![](https://camo.githubusercontent.com/211846ea6181ab663ee5da5a785310b1cbeb0f79b74354a9c8442e3bf517771f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63686970736c6179732f74616275732d617069)](https://camo.githubusercontent.com/211846ea6181ab663ee5da5a785310b1cbeb0f79b74354a9c8442e3bf517771f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63686970736c6179732f74616275732d617069)

🎬 Tabus API
===========

[](#-tabus-api)

Простая библиотека для работы с API Tabus, с поддержкой простого кэширования запросов из коробки.

Установка
=========

[](#установка)

```
composer require chipslays/tabus-api
```

Использование
=============

[](#использование)

```
use Tabus\Client;

require __DIR__ . '/vendor/autoload.php';

// Передаем токен (key) и актуальный домен.
$client = new Client('xxx', 'https://api1234567890.example.com');

// Опционально: кэшируем последущие запросы на 1 час.
$client->setCache(__DIR__ . '/cache', 3600);

// Получаем жанры.
$response = $client->api('genre');

// Выводим жанры со всех страниц.
while ($response = $response->getNextPage()) {
    $response->results->each(function ($item) {
        dump($item['name']);
    });
};
```

Примеры
=======

[](#примеры)

Примеры можно найти [здесь](/examples).

Лицензия
========

[](#лицензия)

MIT

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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 ~8 days

Recently: every ~34 days

Total

20

Last Release

1319d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19103498?v=4)[chipslays](/maintainers/chipslays)[@chipslays](https://github.com/chipslays)

---

Top Contributors

[![chipslays](https://avatars.githubusercontent.com/u/19103498?v=4)](https://github.com/chipslays "chipslays (38 commits)")

---

Tags

apimovie-databasemovies-apiwrapper-apiapiwrapper

### Embed Badge

![Health badge](/badges/chipslays-tabus-api/health.svg)

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

###  Alternatives

[gabrielbull/ups-api

PHP UPS API

4642.4M10](/packages/gabrielbull-ups-api)[wtfzdotnet/php-tmdb-api

PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.

4252.9k](/packages/wtfzdotnet-php-tmdb-api)[walle89/swedbank-json

Unofficial API client for the Swedbank's and Sparbanken's mobile apps in Sweden.

752.5k](/packages/walle89-swedbank-json)

PHPackages © 2026

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