/zoom-api-php-client

Zoom.us API v2 client for PHP

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

zoom-api-php-client

Zoom.us API v2 client for PHP

Installation

Add the following repository source to your composer.json:

{
      "type": "composer",
      "url": "https://repository.usabilitydynamics.com"
}

Require via composer:

composer require usabilitydynamics/zoom-api-php-client:0.0.12

Initialize:

use UDX\Zoom\Zoom;
$zoom = new Zoom( <account_id>, <client_id>, <client_secret> );

Use:

$meetings = $zoom->meetings->list( <user_id> );