hamoda-dev/php-zoomer

Simple Package to interact with zoom

dev-main 2022-09-16 05:44 UTC

This package is auto-updated.

Last update: 2024-05-16 09:24:38 UTC


README

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