thefair/bytedance
最新稳定版本:1.0.8
Composer 安装命令:
composer require thefair/bytedance
包简介
sdk for bytedance (douyin, toutiao, huoshan, xigua)
README 文档
README
📦 字节跳动PHP SDK 抖音小程序、头条小程序开发组件。PHP SDK for bytedance (douyin, tiktok, toutiao)
感谢 surpaimb/bytedance 扩展,这个基础上开发的,完善了功能,主要为了兼容 swoole hyperf
Requirement
- PHP >= 7.4
- Composer
- openssl 拓展
Installation
$ composer require "thefair/bytedance" -vvv
Usage
基本使用(以服务端为例):
<?php use TheFairLib\ByteDance\Factory; $options = [ 'app_id' => 'wx3cf01239eb0exxx', 'secret' => 'f1c242f4f28f735d4687abb469072xxx', // ... ]; $app = Factory::make($options); $session = $app->auth->session($code);
Documentation
Coming soon
Integration
Contributors
License
MIT
Special Thanks
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-12