Spade
Mini Shell
| Directory:~$ /proc/self/root/home/lmsyaran/public_html/administrator/components/com_reservation/bbb/ |
| [Home] [System Details] [Kill Me] |
# BigBlueButton API for PHP

[](https://app.fossa.com/projects/git%2Bgithub.com%2Fbigbluebutton%2Fbigbluebutton-api-php?ref=badge_shield)
The official and easy to use **BigBlueButton API for PHP**, makes easy for
developers to use [BigBlueButton][bbb] API for **PHP 7.1+**.


[](https://packagist.org/packages/bigbluebutton/bigbluebutton-api-php)
[](https://travis-ci.org/bigbluebutton/bigbluebutton-api-php)
[](https://coveralls.io/github/bigbluebutton/bigbluebutton-api-php?branch=master)
[](https://scrutinizer-ci.com/g/bigbluebutton/bigbluebutton-api-php/?branch=master)
[](https://twitter.com/bigbluebutton)

[](https://php.net/)
[](https://php.net/)
[](https://php.net/)
[](https://php.net/)
[](https://php.net/)
## 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](https://github.com/bigbluebutton/bigbluebutton-api-php/issues)
## Contributing guidelines
### Code style
Make sure the code style configuration is applied by running PHPCS-Fixer.
```
./vendor/bin/php-cs-fixer fix
```
### Running tests
For every implemented feature add unit tests and check all is green by
running the command below.
```bash
./vendor/bin/phpunit
```
To run a single test
```bash
./vendor/bin/phpunit --filter "BigBlueButtonTest::testApiVersion"
```
[bbb]: http://bigbluebutton.org
[composer]: https://getcomposer.org
[INSTALL]: samples/README.md
[wiki]: https://github.com/bigbluebutton/bigbluebutton-api-php/wiki
## License
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fbigbluebutton%2Fbigbluebutton-api-php?ref=badge_large)