richp10 / bbb-api
来自Big Blue Button项目的bbb php库。
0.8
2015-02-20 18:11 UTC
This package is not auto-updated.
Last update: 2024-09-28 16:57:02 UTC
README
从原始BBB源代码重新打包的BigBlueButton API
由Peter Mentzer开发的库,用于将php网络应用程序与BigBlueButton 0.8集成。
原始版本可在以下地址找到: https://github.com/petermentzer/bbb-api-php 当前版本来自: https://github.com/bigbluebutton/bigbluebutton/tree/master/labs/bbb-api-php
变更
- 删除了未使用的文件。
- 使用自动加载器和命名空间而不是require
- 移除了config.php并通过构造函数传递API和URL。
用法
use \richp10\bbb\BigBlueButton;
$bbb = new BigBlueButton($CONFIG_SECURITY_SALT, $CONFIG_SERVER_BASE_URL);
有关其余可用命令的示例,请参阅示例文件夹。
许可证
BigBlueButton遵循LGPL 3.0许可证。
BigBlueButton和BigBlueButton标志是[BigBlueButton Inc]的商标。(http://bigbluebutton.org)。