PHPackages                             sanduhrs/php-bigbluebutton - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. sanduhrs/php-bigbluebutton

ActiveLibrary[API Development](/categories/api)

sanduhrs/php-bigbluebutton
==========================

0.11.0(5y ago)81.8k8[3 issues](https://github.com/sanduhrs/php-bigbluebutton/issues)GPL-3.0-or-laterPHPPHP ^5.6 || ^7.0CI failing

Since Mar 2Pushed 5y ago2 watchersCompare

[ Source](https://github.com/sanduhrs/php-bigbluebutton)[ Packagist](https://packagist.org/packages/sanduhrs/php-bigbluebutton)[ RSS](/packages/sanduhrs-php-bigbluebutton/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (19)Used By (0)

PHP BigBlueButton API Library
=============================

[](#php-bigbluebutton-api-library)

> BigBlueButton is an open source web conferencing system for on-line learning. –

This is a php library to interface with a BigBlueButton server instance.

Supported PHP-FIG Recommendations
---------------------------------

[](#supported-php-fig-recommendations)

- PSR-1: Basic Coding Standard

- PSR-2: Coding Style Guide

- PSR-4: Improved Autoloading

Installation
------------

[](#installation)

This package is [Composer](https://getcomposer.org/) compatible. [Install Composer](https://getcomposer.org/) on your system to use it. The run

```
composer require sanduhrs/php-bigbluebutton

```

Configuration
-------------

[](#configuration)

To get your API URL and secret login to your BigBlueButton server and run:

```
$ bbb-conf --secret
       URL: http://example.org/bigbluebutton/
    Secret: aiShaiteih6nahchie1quaiyul8ce4Zu

```

Usage
-----

[](#usage)

### Initialize a BigBlueButton object:

[](#initialize-a-bigbluebutton-object)

```
