From the command line, run:
composer require oversee/zoom
For your Laravel app, open config/app.php
and, within the providers
array, append:
Oversee\Zoom\ZoomServiceProvider::class
First from the command line, run:
php artisan vendor:publish --provider="Oversee\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 Zoom();
$zoom->users->list()
Users
Meetings