LaravelPackages.net
Acme Inc.
Toggle sidebar
roi-up-agency/laravel-zoom

Zoom Wrapper for Laravel

76
0
0.1.6
About roi-up-agency/laravel-zoom

roi-up-agency/laravel-zoom is a Laravel package for zoom wrapper for laravel. It currently has 0 GitHub stars and 76 downloads on Packagist (latest version 0.1.6). Install it with composer require roi-up-agency/laravel-zoom. Discover more Laravel packages by roi-up-agency or browse all Laravel packages to compare alternatives.

Last updated

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 roi-up-agency/zoom

Step 2: Service Provider (For Laravel < 5.5)

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

RoiUp\Zoom\ZoomServiceProvider::class

Step 3: Publish Configs

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

Usage

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

$zoom->users->list();

RESOURCES

Meetings
Panelists
Registrants
Users
Webinars

Star History Chart