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(7mo ago)21861MITPHPPHP &gt;=7.4CI failing

Since Jul 3Pushed 7mo 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 2w 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

Maintenance62

Regular maintenance activity

Popularity14

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

230d 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

[wheelpros/fitment-platform-api

Magento 2 (Open Source)

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

October Rain Library

1581.7M73](/packages/october-rain)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)[jolicode/castor

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

54642.4k4](/packages/jolicode-castor)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.0M321](/packages/drupal-core-dev)[jhowbhz/package-apigratis

Uma forma simples de consumir serviços gratuitos oferecidos pelo site https://apigratis.com.br/

495.5k](/packages/jhowbhz-package-apigratis)

PHPackages © 2026

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