The official and easy to use BigBlueButton API for PHP, makes easy for developers to use BigBlueButton API for PHP 7.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.
composer cs-fix
For every implemented feature add unit tests and check all is green by running the command below.
composer test
To run a single test
./vendor/bin/phpunit --filter "BigBlueButtonTest::testApiVersion"