BigBlueButton API for PHP
The official and easy to use BigBlueButton API for PHP, makes easy for developers to use BigBlueButton API for PHP 7.4+.
Installation and usage
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.
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.
composer cs-fix
Running tests
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"