evelode/tiktok-api-php
Composer 安装命令:
composer require evelode/tiktok-api-php
包简介
TikTok REST API wrapper for PHP
关键字:
README 文档
README
Easy to use TikTok REST API. Get TikTok public user data, feed, trends, hashtags, music, and non watermarked TikTok videos.
Using our detailed multipurpose API Documentation and following TikTok REST API wrapper for PHP you can explore and reach all TikTok REST API endpoints with ease.
Try our Trial license plan and test all API endpoints before buying a license.
Navigation
Installation
If you want to install library to exsiting project using Composer:
cd /path-to-app/
composer require evelode/tiktok-api-php
/path-to-app/project folder with existingcomposer.jsonfile
If you want to install library to new project using Composer:
-
If Composer not installed on your server/local machine, please follow this installation guide
-
Create blank file named as
composer.jsonin project folder -
Add following content to this file:
{
"require": {
"evelode/tiktok-api-php": "^1.0.0"
}
}
- After that install library using the following command:
cd /path-to-app/ composer update
/path-to-app/project folder with existingcomposer.jsonfile
Authentication
Authentication occurs by passing the license key value through a query string named license_key, which can be purchased here.
API Server Url: https://tiktok.evelode.com/tiktok-api
Rate Limits
The developer license_key gives the right to use all methods within the TikTok REST API within the limit of requests for a specific period. Requests limit based on your license length and will be flushed when you renew or upgrade your license. Empty or invalid responses doesn't affect requests counter.
Every license plan also have a requests per minute rate limit. More info about license plans you can check here.
License
You can buy a valid license_key for TikTok REST API here. This license based on period of usage and requests count.
Demo Access: We offer a Trial access with limited requests count, if you want to test REST API you can get license key here. Trial license can't be renewed, but can be upgraded to another licenses types.
Support
This is a developer's portal for TikTok REST API wrapper for PHP and should not be used for support. Please contact us via website chat if you need to submit a support request or have any question about API functionality.
Endpoints
Using our detailed Postman collection you can explore and test all TikTok REST API endpoints in real time. Try our Trial license plan and test all API endpoints before buying a license.
Examples
Video
- getNoWatermarkUrl.php
- getNoWatermarkUrlByID.php
- getVideoByID.php
- getVideoByUrl.php
- getUnshortenedUrl.php
- getCommentsByUrl.php
- getCommentsByID.php
Search
More Examples in our Postman collection
evelode/tiktok-api-php 适用场景与选型建议
evelode/tiktok-api-php 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 448 次下载、GitHub Stars 达 22, 最近一次更新时间为 2024 年 02 月 12 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「php」 「php-fpm」 「scrapper」 「rest-api」 「PHP7」 「php-library」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 evelode/tiktok-api-php 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 evelode/tiktok-api-php 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 evelode/tiktok-api-php 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
FastCGI Client implementation for PHP
Search engine scrapper
This Laravel package allows you to clear the OPcache of a PHP application running in FPM mode with ease.
Fend PHP framework
Handle WHM services with your Laravel command line
Alfabank REST API integration
统计信息
- 总下载量: 448
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 22
- 点击次数: 22
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-02-12