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 roi-up-agency/zoom
For your Laravel app, open config/app.php
and, within the providers
array, append:
RoiUp\Zoom\ZoomServiceProvider::class
From the command line, run:
php artisan vendor:publish --provider="RoiUp\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 RoiUp\Zoom\Zoom();
$zoom->users->list();
Meetings
Panelists
Registrants
Users
Webinars