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 4w 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 32% 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

1649d ago

### Community

Maintainers

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

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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