jstolpe/tiktok-api-php-sdk

TikTok API PHP SDK

Installs: 6 765

Dependents: 0

Suggesters: 0

Security: 0

Stars: 31

Watchers: 3

Forks: 15

Open Issues: 3

pkg:composer/jstolpe/tiktok-api-php-sdk

v1.0.5 2024-12-10 14:09 UTC

This package is not auto-updated.

Last update: 2025-09-30 17:59:00 UTC


README

This repository contains the open source PHP SDK that allows you to access the TikTok API from your PHP app.

Installation

Composer

Run this command:

composer require jstolpe/tiktok-api-php-sdk

Require the the autoloader.

require_once __DIR__ . '/vendor/autoload.php'; // change path as needed

No Composer

Get the repository

git clone git@github.com:jstolpe/tiktok-api-php-sdk.git

Require the custom autoloader.

require_once '/tiktok-api-php-sdk/src/tiktok/autoload.php'; // change path as needed