alireza5014 / bigbluebutton-api-php
BigBlueButton PHP API Library for PHP
dev-master
2024-10-12 13:31 UTC
Requires
- php: >=7.1
- ext-curl: *
- ext-mbstring: *
- ext-simplexml: *
Requires (Dev)
- ext-mbstring: *
- fakerphp/faker: ^1.17
- friendsofphp/php-cs-fixer: ^3.8.0
- php-coveralls/php-coveralls: ^2.5.2
- phpunit/phpunit: ^8.5
- squizlabs/php_codesniffer: ^3.7
This package is auto-updated.
Last update: 2024-11-12 13:44:29 UTC
README
The official and easy to use BigBlueButton API for PHP, makes easy for developers to use BigBlueButton API for PHP 7.1+.
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"