Skip to content

hamoda-dev/php-zoomer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Zoomer

PHP-Zoomer is a simple Zoom API library for using to work with Webiners and it give you OAuth implemntation and Server-to-Server OAuth.

Installation

via composer run

composer require hamoda-dev/php-zoomer

How to Use

Initialize

Initialize the library with the required credentials

$zoomer = new Zoomer('clientID', 'clientSecret', 'credenialPath');

Autheriztion

OAuth via URL

1 - Add the redirect URI

$zoomer->setRedirectUri('redirectURI');

2 - Get OAuth URL

$zoomer->getOAuthUrl();

Server to Server OAuth

1 - Add the Account ID

About

Simple Zoom API library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages