PHPackages                             haistar/tokotalk-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. haistar/tokotalk-api-client

ActiveLibrary[API Development](/categories/api)

haistar/tokotalk-api-client
===========================

Simple Tokotalk Api Client For PHP.

v1.0.2(4y ago)1125MITPHPPHP &gt;=5.6

Since Jan 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/raviMukti/haistar-tokotalk-api-client)[ Packagist](https://packagist.org/packages/haistar/tokotalk-api-client)[ RSS](/packages/haistar-tokotalk-api-client/feed)WikiDiscussions main Synced 3w ago

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

### Tokotalk API Client For PHP

[](#tokotalk-api-client-for-php)

Unofficial Tokotalk API Client for PHP Feel Free To Contribute

**Install**

`composer require haistar/tokotalk-api-client`

**Usage**

```
$tokotalkApiConfig = (new TokotalkApiConfigBuilder())
                              ->setPartnerId("001")
                              ->setPartnerPass("PASS")
                              ->setVendorId("1")
                              ->setTokotalkApiKey("X001")
                              ->build();

$tokotalkRequest = new TokotalkApiRequest();

$urlTotalProducts = "https://partner-api.tokotalk.com/v1/productsCount";

// Create Filter Count
$filtersCountProducts = array(
    'updatedAt_min' => gmdate("Y-m-d H:i:s"),
    'updatedAt_max' => gmdate("Y-m-d H:i:s", strtotime("-1 Day"))
);

$totalProducts = $tokotalkRequest->httpCallGet($urlTotalProducts, $filtersCountProducts, $tokotalkApiConfig);

var_dump($totalProducts);

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

1704d ago

### Community

Maintainers

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

---

Top Contributors

[![raviMukti](https://avatars.githubusercontent.com/u/40047230?v=4)](https://github.com/raviMukti "raviMukti (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/haistar-tokotalk-api-client/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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