hamoda-dev / php-zoomer
Simple Package to interact with zoom
Installs: 674
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hamoda-dev/php-zoomer
Requires
- php: ^8.0
 - guzzlehttp/guzzle: ^7.2
 - nesbot/carbon: *
 
Requires (Dev)
- phpstan/phpstan: 1.8.x-dev
 - phpunit/phpunit: ^9.5.10
 - squizlabs/php_codesniffer: *
 
This package is auto-updated.
Last update: 2025-10-16 12:44:58 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