Download the PHP package acrossoffwest/zoom-sdk without Composer
On this page you can find all versions of the php package acrossoffwest/zoom-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download acrossoffwest/zoom-sdk
More information about acrossoffwest/zoom-sdk
Files in acrossoffwest/zoom-sdk
Download acrossoffwest/zoom-sdk
More information about acrossoffwest/zoom-sdk
Files in acrossoffwest/zoom-sdk
Please rate this library. Is it a good library?
Informations about the package zoom-sdk
Fork of Fessnik/zoom
Laravel Wrapper for zoom api ( https://zoom.github.io/api/ )
Installation
Step 1: Composer
From the command line, run:
Step 2: Service Provider (For Laravel/Lumen < 5.5)
For your Laravel
app, open config/app.php
and, within the providers
array, append:
For your Lumen
app, open bootstrap/app.php
and, add this line:
Step 3: Publish Configs
First from the command line, run:
After that you will see zoom.php
file in config directory, where you add value for api_key and api_secret
Usage
RESOURCES
Step 4: Remove the package
If you answered "no" on "Remove this package?" question after scaffolding you can remove
Laravel < 5.5
Open config/app.php
and remove the provider:
Lumen < 5.5
Open bootstrap/app.php
and remove the provider:
All versions of zoom-sdk with dependencies
PHP Build Version
Package Version
The package acrossoffwest/zoom-sdk contains the following files
Loading the files please wait ....