Download the PHP package yaangvu/bbb-api-php without Composer
On this page you can find all versions of the php package yaangvu/bbb-api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yaangvu/bbb-api-php
More information about yaangvu/bbb-api-php
Files in yaangvu/bbb-api-php
Package bbb-api-php
Short Description BigBlueButton PHP API Library for PHP updated by YaangVu
License GNU Lesser General Public License
Homepage http://bigbluebutton.org/
Informations about the package bbb-api-php
BigBlueButton API for PHP
The official and easy to use BigBlueButton API for PHP, makes easy for developers to use BigBlueButton API for PHP 5.4+.
Requirements
- PHP 5.4 or above.
- Curl library installed.
BigBlueButton API for PHP is also tested to work with HHVM and fully compatible with PHP 7.1.
Installation
bigbluebutton-api-php can be installed via Composer CLI
or by editing Composer.json
Usage
You should have environment variables and defined in your sever. *if you are using Laravel you can add it in your .env
The you will be able to call BigBlueButton API of your server. A simple usage example for create meeting looks like:
Example
Get meetings
Create Meeting
Join Meeting
Close Meeting
Get Meeting Info
Get Recordings
note that BigBlueButton need about several minutes to process recording until it available.
You can check in bbb-record --watch
Delete Recording
Submitting bugs and feature requests
Bugs and feature request are tracked on GitHub
Contributing guidelines
Code style
Make sure the code style configuration is applied by running PHPCS-Fixer.
Runing tests
For every implemented feature add unit tests and check all is green by running the command below.
All versions of bbb-api-php with dependencies
ext-curl Version *