0

githut の composer を使用して BigBlueButton パッケージを統合します ( https://github.com/bigbluebutton/bigbluebutton-api-php )。

"require": {
    "php": ">=5.5.9",
    "laravel/framework": "5.2.*",
    "bigbluebutton/bigbluebutton-api-php": "dev-master"
},

ドキュメントにはプロバイダーやエイリアスの詳細はありません。このプロバイダーとエイリアスの詳細を app.php ページに追加する方法

4

2 に答える 2

0

公式の BigBlueButton PHP API クライアントは、https: //packagist.org/packages/bigbluebutton/bigbluebutton-api-php にあります。

Laravel インターフェイスもhttps://packagist.org/packages/eaglesistemas/bigbluebuttonで入手できます。

于 2016-08-24T07:22:44.543 に答える