LaravelPackages.net
Acme Inc.
Toggle sidebar
overseegroup/zoom

Laravel Wrapper for the Zoom API.

38
0
About overseegroup/zoom

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

Laravel 5 Wrapper for the Zoom API

Installation

Step 1: Composer

From the command line, run:

composer require oversee/zoom

Step 2: Service Provider (For Laravel < 5.5)

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

Oversee\Zoom\ZoomServiceProvider::class

Step 3: Publish Configs

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

Usage

$zoom = new Zoom();

$zoom->users->list()

RESOURCES

Users
Meetings

Star History Chart