maoht87/omt_bigbluebutton

BigBlueButton PHP API Library for PHP

2.1.0 2020-02-17 08:38 UTC

This package is auto-updated.

Last update: 2024-04-17 18:11:44 UTC


README

Home Image

The official and easy to use BigBlueButton API for PHP, makes easy for developers to use BigBlueButton API for PHP 5.4+.

Packagist PHP from Travis config Downloads

Build Status Coverage Status Scrutinizer Code Quality

@bigbluebutton on Twitter Website

PHP 5.5 PHP 5.6 PHP 7.0 PHP 7.1 PHP 7.2 PHP 7.3

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.

./vendor/bin/php-cs-fixer fix --allow-risky yes

Running tests

For every implemented feature add unit tests and check all is green by running the command below.

./vendor/bin/phpunit