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.
via composer run
composer require hamoda-dev/php-zoomer
Initialize the library with the required credentials
$zoomer = new Zoomer('clientID', 'clientSecret', 'credenialPath');
1 - Add the redirect URI
$zoomer->setRedirectUri('redirectURI');
2 - Get OAuth URL
$zoomer->getOAuthUrl();
1 - Add the Account ID