PHPackages                             silinternational/zoom-php-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. silinternational/zoom-php-client

AbandonedArchivedLibrary[API Development](/categories/api)

silinternational/zoom-php-client
================================

PHP client library for interacting with the Zoom API

0.3.1(6y ago)69024MITPHPPHP &gt;=7.2.0

Since Jan 6Pushed 5y ago9 watchersCompare

[ Source](https://github.com/sil-org/zoom-php-client)[ Packagist](https://packagist.org/packages/silinternational/zoom-php-client)[ RSS](/packages/silinternational-zoom-php-client/feed)WikiDiscussions develop Synced 2mo ago

READMEChangelog (2)Dependencies (3)Versions (10)Used By (0)

⛔️ This repository is no longer maintained. ⛔️
==============================================

[](#️-this-repository-is-no-longer-maintained-️)

zoom-php-client
===============

[](#zoom-php-client)

PHP client to interact with the [Zoom](https://zoom.us/) API.

We're slowly building out this client as we need the functionality.

This client is built on top of [Guzzle](http://docs.guzzlephp.org/en/latest/index.html), the PHP HTTP Client. Guzzle has a simple way to create API clients by describing the API in a Swagger-like format without the need to implement every method yourself. So adding support for more Zoom APIs is relatively simple. If you want to submit a pull request to add another feature, please do. If you don't know how to do that, ask us and we might be able to add it in for you.

Zoom API Docs
-------------

[](#zoom-api-docs)

Zoom API Authentication
-----------------------

[](#zoom-api-authentication)

Zoom uses an API key and secret. See [Getting Started with REST API - Zoom Support Center](https://support.zoom.us/hc/en-us/articles/201363043-Getting-Started-with-REST-API)for details.

Install
-------

[](#install)

Installation is simple with [Composer](https://getcomposer.org/):

```
$ composer require silinternational/zoom-php-client

```

Usage
-----

[](#usage)

Example:

```
