No longer maintained, use https://github.com/MacsiDigital/laravel-zoom
Zoom API Wrapper ( https://zoom.github.io/api/ )
No longer maintained, use https://github.com/MacsiDigital/laravel-zoom
From the command line, run:
composer require macsidigital/zoom
For your Laravel app, open config/app.php
and, within the providers
array, append:
MacsiDigital\Zoom\ZoomServiceProvider::class
From the command line, run:
php artisan vendor:publish --provider="MacsiDigital\Zoom\ZoomServiceProvider"
After that you will see zoom.php
file in 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