2017 © Pedro Peláez
 

library bbb-api

The bbb php library from the Big Blue Button project.

image

richp10/bbb-api

The bbb php library from the Big Blue Button project.

  • Friday, September 11, 2015
  • by richp10
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1,406 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

bbb-api

Re-packaged BigBlueButton API from original BBB sources, (*1)

Library to integrate php web applications with BigBlueButton 0.8 by Peter Mentzer., (*2)

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, (*3)

Changes: * Unused files thinned out. * Autoloader and namespace instead of require * Removed config.php and passed API and URL via the constructor instead., (*4)

Usage

use \richp10\bbb\BigBlueButton;, (*5)

$bbb = new BigBlueButton($CONFIG_SECURITY_SALT, $CONFIG_SERVER_BASE_URL);, (*6)

See examples folder for rest of the available commands., (*7)

License

BigBlueButton is licensed under the LGPL 3.0., (*8)

BigBlueButton and the BigBlueButton Logo are trademarks of [BigBlueButton Inc] (http://bigbluebutton.org) ., (*9)

The Versions

11/09 2015

dev-master

9999999-dev

The bbb php library from the Big Blue Button project.

  Sources   Download

LGPL3

by Avatar richp10

bigbluebutton

20/02 2015

0.8

0.8.0.0

The bbb php library from the Big Blue Button project.

  Sources   Download

LGPL3

by Avatar richp10

bigbluebutton