PHPackages                             yoerioptr/tabt-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. [API Development](/categories/api)
4. /
5. yoerioptr/tabt-api-client

ActiveLibrary[API Development](/categories/api)

yoerioptr/tabt-api-client
=========================

Helper library for the TabT API by Frenoy. For more information visit 'http://api.frenoy.net/'

v2.1.0(9mo ago)21921MITPHPPHP &gt;=7.4CI failing

Since Jul 3Pushed 9mo agoCompare

[ Source](https://github.com/yoerioptr/TabtApiClient)[ Packagist](https://packagist.org/packages/yoerioptr/tabt-api-client)[ RSS](/packages/yoerioptr-tabt-api-client/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (6)Versions (19)Used By (0)

TabtApiClient
=============

[](#tabtapiclient)

The TabT API Client is a helper library for [Frenoy's TabT API](http://api.frenoy.net/)

Setup
-----

[](#setup)

Basic setup to get you started using the client.

First of all, install the package using [Composer](https://getcomposer.org/)

```
composer require yoerioptr/tabt-api-client

```

Instantiate the TabT Api Client as shown below

```
use Yoerioptr\TabtApiClient\Client\Client;
use Yoerioptr\TabtApiClient\Entries\CredentialsType;
use Yoerioptr\TabtApiClient\Tabt;

// Instantiate the client
$client = new Client();

// Optionally you can provide your credentials
$credentials = new CredentialsType('username', 'password');
$client->setCredentials($credentials);

// Instantiate the TabT Api Client
$tabt = new Tabt($client);
```

Making Requests
---------------

[](#making-requests)

Executing requests makes use of repositories, which can easily be accessed from the TabT helper class.

```
$testResponse = $tabt->test()->info();
```

All usable requests can be found [here](https://github.com/yoerioptr/TabtApiClient/tree/master/src/Request)

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance58

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

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

Recently: every ~328 days

Total

17

Last Release

275d ago

Major Versions

v1.0.7 → v2.0.02022-02-06

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37267734?v=4)[Yoeri op't Roodt](/maintainers/yoerioptr)[@yoerioptr](https://github.com/yoerioptr)

---

Top Contributors

[![yoerioptr](https://avatars.githubusercontent.com/u/37267734?v=4)](https://github.com/yoerioptr "yoerioptr (2 commits)")

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[cakephp/debug_kit

CakePHP Debug Kit

86214.9M183](/packages/cakephp-debug-kit)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.2k1.2k](/packages/wheelpros-fitment-platform-api)[october/rain

October Rain Library

1601.7M103](/packages/october-rain)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M668](/packages/shopware-core)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

55344.7k5](/packages/jolicode-castor)

PHPackages © 2026

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