0xf4240fans/easydouyin
最新稳定版本:1.0.0
Composer 安装命令:
composer require 0xf4240fans/easydouyin
包简介
抖音SDK
README 文档
README
📦 一个 PHP 抖音开发 SDK。
环境需求
- PHP >= 8.0.2
- Composer >= 2.0
安装
composer require 0xf4240fans/easydouyin
使用示例
基本使用(以网站应用服务端为例):
<?php use EasyDouYin\Web\Application; $config = [ 'client_key' => 'awdb56xg27xocxxx', 'client_secret' => '318bd5d26f2f27650a5e0d2de7c9fxxx' ]; $app = new Application($config); // 获取热门视频榜单数据 $response = $app->getClient()->get("data/extern/billboard/hot_video/"); # 查看返回结果 var_dump($response->toArray());
文档和链接
License
MIT
感谢
💡 Inspired by easywechat
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-22