PHPackages                             adi/tiktok-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. adi/tiktok-api-client

ActiveLibrary[API Development](/categories/api)

adi/tiktok-api-client
=====================

TikTok Shop API Client created use PHP

v2.0.0(3y ago)2271PHP

Since Nov 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/prayogadhi/tiktok-api-client)[ Packagist](https://packagist.org/packages/adi/tiktok-api-client)[ RSS](/packages/adi-tiktok-api-client/feed)WikiDiscussions main Synced 1mo ago

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

tiktok-api-client
=================

[](#tiktok-api-client)

TikTok Shop API Client created use PHP

### How To Install

[](#how-to-install)

`composer require adi/tiktok-api-client`

### How To Use

[](#how-to-use)

```
$tiktokClient = new GeneralApiClient();
$tiktokConfig = new TiktokApiConfig();
$tiktokConfig->setAppKey($appKey);
$tiktokConfig->setAccessToken($accessToken);
$tiktokConfig->setShopId($shopId);
$tiktokConfig->setSecretKey($partnerSecret);

$baseUrl = $_ENV["TIKTOK_API_HOST"];
$apiPath = "/api/logistics/get_warehouse_list";

$params = array(
  'app_key' => $appKey,
  'access_token' => $accessToken,
  'shop_id' => $shopId
);

$resultLocation = $tiktokClient->httpCallGet($baseUrl, $apiPath, $params, $tiktokConfig);

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

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

Total

2

Last Release

1210d ago

Major Versions

v1.0.0 → v2.0.02023-01-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/b85f04cb63324e5806f15e441285eef80f908f480a85531060d41c62bd5f5624?d=identicon)[prayogadhi](/maintainers/prayogadhi)

---

Top Contributors

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

---

Tags

apiphpserviceservicestiktoktiktokshop

### Embed Badge

![Health badge](/badges/adi-tiktok-api-client/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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