overseegroup/zoom is a Laravel package for laravel wrapper for the zoom api..
It currently has 0 GitHub stars and 38 downloads on Packagist.
Install it with composer require overseegroup/zoom.
Discover more Laravel packages by overseegroup
or browse all Laravel packages to compare alternatives.
Last updated
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