PHP Classes

PHP Zoom API: Access Zoom video conference application REST API

Recommend this page to a friend!
  Info   View files Example   View files View files (11)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 619 This week: 1All time: 5,089 This week: 571Up
Version License PHP version Categories
zoom-api 1.0.0The PHP License5PHP 5, Web services, Video
Description 

Author

This class can be used to access Zoom video conference application REST API.

It can send HTTP requests to the Zoom API Web server to perform several types of operations.

Currently it can perform operations with Zoom users, meetings, recordings and reports.

Innovation Award
PHP Programming Innovation award nominee
April 2020
Number 2
Zoom is a very popular video-conference application used by many people around the world.

This package provides a PHP based API to perform operations to manage different aspects of video-conferences provided by Zoom.

Manuel Lemos
Picture of Raphael Paez
  Performance   Level  
Name: Raphael Paez <contact>
Classes: 3 packages by
Country: Brazil Brazil
Age: ???
All time rank: 2729190 in Brazil Brazil
Week rank: 420 Up38 in Brazil Brazil Up
Innovation award
Innovation award
Nominee: 2x

Winner: 1x

Recommendations

What is the best PHP zoom integration class?
Implement zoom meeting in a PHP Web application

Example

<?php
require_once __DIR__ . '/vendor/autoload.php';

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


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



Details

PHP

Zoom REST API's using PHP Visit https://zoom.us/developer for more details

Support

For any questions or issues, please visit our new Community Support Forum at https://devforum.zoom.us/


  Files folder image Files  
File Role Description
Files folder imageEndpoint (4 files)
Files folder imageInterfaces (1 file)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file index.php Example Example script
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation
Plain text file ZoomAPI.php Class Class source

  Files folder image Files  /  Endpoint  
File Role Description
  Plain text file Meetings.php Class Class source
  Plain text file Recordings.php Class Class source
  Plain text file Reports.php Class Class source
  Plain text file Users.php Class Class source

  Files folder image Files  /  Interfaces  
File Role Description
  Plain text file Request.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:619
This week:1
All time:5,089
This week:571Up