PHPackages                             dansleboby/zoomphp-sdk - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. dansleboby/zoomphp-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

dansleboby/zoomphp-sdk
======================

The Zoom Meeting APIs let developers to access information from Zoom. You can use this API to build private services or public applications on the \[Zoom App Marketplace\](http://marketplace.zoom.us). To learn how to get your credentials and create private/public applications, read our \[JWT\](/guides/auth/jwt) and \[OAuth\](/guides/auth/oauth) documentation. All endpoints are available via `https` and are located at `api.zoom.us/v2/`. For example, to list all of an account's users, use the `https://api.zoom.us/v2/users/` endpoint.

v2.0.3(3y ago)254unlicensePHPPHP ^7.4 || ^8.0

Since Sep 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dansleboby/ZoomPHP-sdk)[ Packagist](https://packagist.org/packages/dansleboby/zoomphp-sdk)[ Docs](https://openapi-generator.tech)[ RSS](/packages/dansleboby-zoomphp-sdk/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (4)Versions (8)Used By (0)

OpenAPIClient-php
=================

[](#openapiclient-php)

The Zoom Meeting APIs let developers to access information from Zoom. You can use this API to build private services or public applications on the [Zoom App Marketplace](http://marketplace.zoom.us). To learn how to get your credentials and create private/public applications, read our [JWT](/guides/auth/jwt) and [OAuth](/guides/auth/oauth) documentation.

All endpoints are available via `https` and are located at `api.zoom.us/v2/`. For example, to list all of an account's users, use the `https://api.zoom.us/v2/users/` endpoint.

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
