Laravel package for Zoom video conferencing - No longer maintained, use https://github.com/MacsiDigital/laravel-zoom
No longer maintained, use https://github.com/MacsiDigital/laravel-zoom
Package to manage the zoom API in Laravel
You can install the package via composer:
composer require macsidigital/zoom-laravel
Publish the configuration file
php artisan vendor:publish --provider="MacsiDigital\Zoom\ZoomServiceProvider"
This will create a zoom/config.php within your config directory, where you add value for api_key and api_secret.
$zoom = new MacsiDigital\Zoom\Zoom();
$zoom->users->list();
Meetings
Panelists
Registrants
Users
Webinars
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.