hamoda-dev/php-zoomer

Simple Package to interact with zoom

Maintainers

Package info

github.com/hamoda-dev/php-zoomer

pkg:composer/hamoda-dev/php-zoomer

Statistics

Installs: 676

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-16 13:15:23 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