This package is abandoned and no longer maintained. The author suggests using the macsidigital/laravel-zoom package instead.

Zoom API Wrapper for Laravel

0.0.5 2019-06-26 09:12 UTC

This package is auto-updated.

Last update: 2021-04-23 12:35:19 UTC


README

68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667

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

Installation

Step 1: Composer

From the command line, run:

composer require macsidigital/zoom

Step 2: Service Provider (For Laravel < 5.5)

For your Laravel app, open config/app.php and, within the providers array, append:

MacsiDigital\Zoom\ZoomServiceProvider::class

Step 3: Publish Configs

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

Usage

$zoom = new MacsiDigital\Zoom\Zoom();

$zoom->users->list();

RESOURCES

Meetings
Panelists
Registrants
Users
Webinars