The official and easy to use BigBlueButton API for PHP, makes easy for developers to use BigBlueButton API for PHP 5.4+.
The wiki contains all the documentation related to the PHP library. We have also written a samples to show a full install and usage example.
Bugs and feature request are tracked on GitHub
Make sure the code style configuration is applied by running PHPCS-Fixer.
./vendor/bin/php-cs-fixer fix --allow-risky yes
For every implemented feature add unit tests and check all is green by running the command below.
./vendor/bin/phpunit
To run a single test
./vendor/bin/phpunit --filter "BigBlueButtonTest::testApiVersion"