richp10/bbb-api
最新稳定版本:0.8
Composer 安装命令:
composer require richp10/bbb-api
包简介
The bbb php library from the Big Blue Button project.
关键字:
README 文档
README
Re-packaged BigBlueButton API from original BBB sources
Library to integrate php web applications with BigBlueButton 0.8 by Peter Mentzer.
Original version available at: https://github.com/petermentzer/bbb-api-php Current version from: https://github.com/bigbluebutton/bigbluebutton/tree/master/labs/bbb-api-php
Changes:
- Unused files thinned out.
- Autoloader and namespace instead of require
- Removed config.php and passed API and URL via the constructor instead.
Usage
use \richp10\bbb\BigBlueButton;
$bbb = new BigBlueButton($CONFIG_SECURITY_SALT, $CONFIG_SERVER_BASE_URL);
See examples folder for rest of the available commands.
License
BigBlueButton is licensed under the LGPL 3.0.
BigBlueButton and the BigBlueButton Logo are trademarks of [BigBlueButton Inc] (http://bigbluebutton.org) .
统计信息
- 总下载量: 2.68k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL3
- 更新时间: 2015-03-21