sambaedu/bigbluebutton-api-php

BigBlueButton PHP API库

2.0.12 2022-01-10 19:59 UTC

This package is not auto-updated.

Last update: 2024-09-25 19:50:51 UTC


README

Home Image FOSSA Status

官方且易于使用的 BigBlueButton PHP API,使开发者更容易使用 BigBlueButton API进行 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

安装和使用

维基页面上包含了与PHP库相关的所有文档。我们还编写了一些示例代码,以展示完整的安装和使用示例。

提交错误报告和功能请求

错误报告和功能请求在GitHub上进行跟踪。

贡献指南

代码风格

确保通过运行PHPCS-Fixer应用代码风格配置。

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

运行测试

为每个实现的功能添加单元测试,并通过运行以下命令来检查所有测试是否通过。

./vendor/bin/phpunit

运行单个测试

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

许可协议

FOSSA Status