Download the PHP package juniora/bigbluebutton-api-php without Composer
On this page you can find all versions of the php package juniora/bigbluebutton-api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download juniora/bigbluebutton-api-php
More information about juniora/bigbluebutton-api-php
Files in juniora/bigbluebutton-api-php
Package bigbluebutton-api-php
Short Description BigBlueButton PHP API Library for PHP
License LGPL-3.0-or-later
Homepage https://bigbluebutton.org/
Informations about the package bigbluebutton-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 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 Quality 1: Style
Make sure the code style configuration is applied by running PHPCS-Fixer.
Code Quality 2: Static code analysis
PHPStan shall be used for static code analysis by running the command below:
Code Quality 3: Tests
For every implemented feature add unit tests and check all is green by running the command below.
To run a single test
A code-coverage report will be created along with the tests. This report will be stored in: ` In case of trouble with the creation of the code-coverage report (e.g. local environment does not fulfill requirements) the creation can be skipped with:
Remark:
Some test will connect to an existing BBB-server, which is specified in the .env
-file. You
can specify your own BBB-server by copy that file into the same folder and name it .env.local
.
Exchange the credentials BBB_SERVER_BASE_URL
and BBB_SECRET
to your server's values.
Since this new file (.env.local
) takes precedence over the main file (.env
), you will now test
with your own server.
License
All versions of bigbluebutton-api-php with dependencies
ext-curl Version *
ext-simplexml Version *
ext-mbstring Version *
ext-json Version *
marc-mabe/php-enum Version ^v4.7.0