PHPackages                             pablouser1/tikscraper - 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. pablouser1/tikscraper

ActiveLibrary[API Development](/categories/api)

pablouser1/tikscraper
=====================

Get data from TikTok API

v2.6.2.0(1y ago)735.7k21[8 issues](https://github.com/pablouser1/TikScraperPHP/issues)MITJavaScriptPHP ^8.1

Since Feb 13Pushed 1y ago2 watchersCompare

[ Source](https://github.com/pablouser1/TikScraperPHP)[ Packagist](https://packagist.org/packages/pablouser1/tikscraper)[ RSS](/packages/pablouser1-tikscraper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (95)Used By (0)

TikWrapperPHP
=============

[](#tikwrapperphp)

A Wrapper for the TikTok API made with PHP &gt;= 8.1

How to Use
----------

[](#how-to-use)

```
$api = new \TikScraper\Api([
    'debug' => false, // Debug mode
    'browser' => [
        'url' => 'http://localhost:4444', // Url to your chromedriver instance
        'close_when_done' => false, // Close chrome instance when request finishes
    ],
    'verify_fp' => 'verify_...', // Cookie used for skipping captcha requests
    'device_id' => '596845...' // Custom device id
    'user_agent' => 'YOUR_CUSTOM_USER_AGENT_HERE',
    'proxy' => 'http://user:password@hostname:port'
], $cacheEngine);

$tag = $api->hashtag('funny');
$tag->feed();

if ($hastag->ok()) {
    echo $hashtag->getFull()->toJson(true);
} else {
    print_r($hashtag->error());
}
```

Documentation
-------------

[](#documentation)

An initial version of the documentation is available [here](https://pablouser1.github.io/TikScraperPHP/)

Caching
-------

[](#caching)

TikScrapperPHP supports caching requests, to use it you need to implement [ICache.php](https://github.com/pablouser1/TikScraperPHP/blob/master/src/Interfaces/ICache.php)

TODO
----

[](#todo)

- Search
- Comments

### Left to implement from legacy

[](#left-to-implement-from-legacy)

- For the love of god, actually document everything properly this time

Credits
-------

[](#credits)

- @Sharqo78: Working TikTok downloader without watermark

HUGE thanks to the following projects, this wouldn't be possible without their help

- [puppeteer-extra-plugin-stealth](https://github.com/berstend/puppeteer-extra/blob/master/packages/puppeteer-extra-plugin-stealth), ported library to PHP
- [TikTok-API-PHP](https://github.com/ssovit/TikTok-API-PHP)
- [TikTok-Api](https://github.com/davidteather/TikTok-Api)
- [tiktok-signature](https://github.com/carcabot/tiktok-signature)
- [tiktok-scraper](https://github.com/drawrowfly/tiktok-scraper)

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 96.7% 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 ~10 days

Recently: every ~2 days

Total

94

Last Release

619d ago

Major Versions

v1.3.5.2 → v2.0.0.02022-05-24

PHP version history (3 changes)v1.0.0PHP &gt;=7.3|^8.0

v1.3.5.2PHP &gt;=7.4|^8.0

v2.6.0.0PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![pablouser1](https://avatars.githubusercontent.com/u/17802865?v=4)](https://github.com/pablouser1 "pablouser1 (147 commits)")[![chrisnovakovic](https://avatars.githubusercontent.com/u/2261519?v=4)](https://github.com/chrisnovakovic "chrisnovakovic (2 commits)")[![goodness-from-me](https://avatars.githubusercontent.com/u/42966950?v=4)](https://github.com/goodness-from-me "goodness-from-me (1 commits)")[![samip5](https://avatars.githubusercontent.com/u/1703002?v=4)](https://github.com/samip5 "samip5 (1 commits)")[![tri2820](https://avatars.githubusercontent.com/u/22129923?v=4)](https://github.com/tri2820 "tri2820 (1 commits)")

---

Tags

crawlerphpscraperscrapingtiktoktiktok-apiwrapper

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/pablouser1-tikscraper/health.svg)

```
[![Health](https://phpackages.com/badges/pablouser1-tikscraper/health.svg)](https://phpackages.com/packages/pablouser1-tikscraper)
```

###  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)
