alireza5014/bigbluebutton-api-php

BigBlueButton PHP API Library for PHP

dev-master 2023-03-07 14:01 UTC

This package is auto-updated.

Last update: 2024-04-07 16:33:45 UTC


README

Home Image FOSSA Status

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

Packagist PHP from Travis config Downloads

Build Status Coverage Status Scrutinizer Code Quality

@bigbluebutton on Twitter Website

PHP 7.1 PHP 7.2 PHP 7.3 PHP 7.4 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.

./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.

./vendor/bin/phpunit

To run a single test

./vendor/bin/phpunit --filter "BigBlueButtonTest::testApiVersion"

License

FOSSA Status