Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 623 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 623 Bytes

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