在Laravel项目中集成BigBlueButton php API?

时间:2016-06-13 13:15:22

标签: php laravel laravel-5.2 bigbluebutton

我使用githut(BVAL-237)中的composer集成了BigBlueButton包。

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

文档中没有提供者或别名详细信息。 如何在app.php页面中添加此提供程序和别名详细信息

2 个答案:

答案 0 :(得分:0)

这个包为Laravel提供了BBB api的Facade:

https://github.com/ICTO/laravel-bigbluebutton

答案 1 :(得分:0)

官方BigBlueButton PHP API客户端可以在https://packagist.org/packages/bigbluebutton/bigbluebutton-api-php

找到

Laravel界面也可在https://packagist.org/packages/eaglesistemas/bigbluebutton

获得