phpexperts / zoom-meetings
A quick and easy way to setup Zoom Meetings.
v1.1.0
2020-05-14 18:38 UTC
Requires
- php: ^7.1
- ext-json: *
- nesbot/carbon: ^2.0
- phpexperts/laravel-env-polyfill: ^1.1
- phpexperts/rest-speaker: ^2.0
Requires (Dev)
This package is not auto-updated.
Last update: 2024-10-25 22:07:34 UTC
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.