itshayu/bytedance 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

itshayu/bytedance

Composer 安装命令:

composer require itshayu/bytedance

包简介

sdk for bytedance (douyin, toutiao, huoshan, xigua)

README 文档

README

📦 字节跳动PHP SDK 抖音小程序、头条小程序开发组件。PHP SDK for bytedance (douyin, tiktok, toutiao)

Requirement

  1. PHP >= 7.1
  2. Composer
  3. openssl 拓展

Installation

$ composer require "otkurbiz/bytedance" -vvv

Usage

基本使用(以服务端为例):

<?php

use EasyWeChat\Factory;

$options = [
    'app_id'    => 'wx3cf01239eb0exxx',
    'app_secret'    => 'f1c242f4f28f735d4687abb469072xxx',
    // ...
];

$app = Factory::make($options);

$session = $app->auth->session($code);

Documentation

Coming soon

Integration

Laravel 5 拓展包: otkurbiz/laravel-bytedance

Contributors

License

MIT

Special Thanks

@overtrue

FOSSA Status

统计信息

  • 总下载量: 196
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 18
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-06-17