richp10/bbb-api

The bbb php library from the Big Blue Button project.

Installs: 2 680

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 3

Forks: 4

Open Issues: 0

pkg:composer/richp10/bbb-api

0.8 2015-02-20 18:11 UTC

This package is not auto-updated.

Last update: 2025-12-20 23:08:43 UTC


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) .