PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Raphael Paez   PHP Zoom API   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Zoom API
Access Zoom video conference application REST API
Author: By
Last change:
Date: 3 years ago
Size: 151 bytes
 

Contents

Class file image Download
<?php
require_once __DIR__ . '/vendor/autoload.php';

$zoom = new \Zoom\ZoomAPI('AAAAA', 'BBBBB');


var_dump($zoom->createUser() );
exit();