phpexperts/zoom-meetings
Composer 安装命令:
composer require phpexperts/zoom-meetings
包简介
A quick and easy way to setup Zoom Meetings.
README 文档
README
Zoom Meetings is a PHP Experts, Inc., Project meant to ease the creation of new projects.
It strives to conform to the Standard PHP Skeleton (https://github.com/php-pds/skeleton) wherever possible.
Read On Structuring PHP Projects for more.
The configurer was inspired by https://www.binpress.com/building-project-skeletons-composer/
Installation
Via Composer
composer require phexperts/zoom-meetings
Usage
$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).
Use cases
✔ Create Zoom meetings.
Testing
phpunit --testdox
Contributors
Theodore R. Smith theodore@phpexperts.pro
GPG Fingerprint: 4BF8 2613 1C34 87AC D28F 2AD8 EB24 A91D D612 5690
CEO: PHP Experts, Inc.
License
MIT license. Please see the license file for more information.
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-16