phpexperts/zoom-meetings

快速轻松设置Zoom会议。

v1.1.0 2020-05-14 18:38 UTC

This package is not auto-updated.

Last update: 2024-09-13 21:41:49 UTC


README

TravisCI Maintainability Test Coverage

Zoom Meetings是PHP Experts, Inc.的项目,旨在简化新项目的创建。

尽可能遵守标准PHP框架(https://github.com/php-pds/skeleton)。

阅读关于PHP项目结构以了解更多。

配置器灵感来源于https://www.binpress.com/building-project-skeletons-composer/

安装

通过Composer

composer require phexperts/zoom-meetings

用法

$zoomAPI = new ZoomApiClient();
$response = $zoomAPI->meeting->create($userUUID);
// Use the `$response->start_url to start the meeting.
// Use the `$response->join_url to join the meeting (give this to the participant).

用例

✔ 创建Zoom会议。

测试

phpunit --testdox

贡献者

Theodore R. Smith theodore@phpexperts.pro
GPG指纹:4BF8 2613 1C34 87AC D28F 2AD8 EB24 A91D D612 5690
CEO:PHP Experts, Inc.

许可证

MIT许可证。更多信息请参阅许可证文件