2017 © Pedro Peláez
 

library zoom

zoom API client for Laravel

image

fessnik/zoom

zoom API client for Laravel

  • Monday, July 23, 2018
  • by Fessnik
  • Repository
  • 1 Watchers
  • 2 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

, (*1)

Laravel Wrapper for zoom api ( https://zoom.github.io/api/ )

Installation

Step 1: Composer

From the command line, run:, (*2)

composer require fessnik/zoom

Step 2: Service Provider (For Laravel < 5.5)

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

Fessnik\Zoom\ZoomServiceProvider::class

Step 3: Publish Configs

First from the command line, run:, (*4)

php artisan vendor:publish --provider="Fessnik\Zoom\ZoomServiceProvider"

After that you will see zoom.php file in config directory, where you add value for api_key and api_secret, (*5)

Usage

$zoom = new Zoom();

$zoom->users->list()

RESOURCES

Users
Meetings

Step 4: Remove the package

If you answered "no" on "Remove this package?" question after scaffolding you can remove, (*6)

composer remove fessnik/zoom
For Laravel < 5.5

Open config/app.php and remove the provider:, (*7)

Fessnik\Zoom\ZoomServiceProvider::class

The Versions

23/07 2018

dev-master

9999999-dev

zoom API client for Laravel

  Sources   Download

MIT

The Requires

 

by Avatar Fessnik

laravel api client zoom