jake/baijiayun

百家云直播

0.4.5 2019-12-13 07:53 UTC

This package is auto-updated.

Last update: 2024-05-13 17:51:53 UTC


README

公司已经需要在多个项目中使用百家云了,故整理一套sdk。

Requirement

Installation

$ composer require "jake/baijiayun" -vvv

Usage

基本使用

$bjcloud = new  \Jake\Baijiayun\BJCloud([
    'partnerId' => '####',
    'partnerKey' => '####'
]); 
$res = $bjcloud->roomCreate('live', time() + 60 * 60, time() + 60 * 60 * 2);
print_r($res);

更多文档参考 百家云直播文档

License

MIT