PHPackages                             gandhist/zoom - 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. gandhist/zoom

ActiveLibrary[API Development](/categories/api)

gandhist/zoom
=============

package for connecting your laravel to Zoom RESTfull API

33PHP

Since Jul 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gandhist/zoom)[ Packagist](https://packagist.org/packages/gandhist/zoom)[ RSS](/packages/gandhist-zoom/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ZOOM API FOR LARAVEL PROJECTS
=============================

[](#zoom-api-for-laravel-projects)

ZOOM API FOR LARAVEL PROJECTS

REQUIREMENTS
------------

[](#requirements)

- laravel min 5.7
- PHP version 7.2
- table with name **zoom\_credentials**

tables zoom\_credentials
------------------------

[](#tables-zoom_credentials)

CREATE TABLE `zoom_credentials` ( `id` bigint(20) NOT NULL AUTO\_INCREMENT, `req_type` varchar(200) DEFAULT NULL, `end_point` varchar(200) DEFAULT NULL, `grant_type` varchar(100) DEFAULT NULL COMMENT 'refresh\_token, authorization\_code, access\_token', `client_id` varchar(100) DEFAULT NULL, `client_secret` varchar(100) DEFAULT NULL, `code` varchar(200) DEFAULT NULL COMMENT 'The authorization code supplied to the callback by Zoom. ketika aplikasi di install', `redirect_uri` varchar(100) DEFAULT '' COMMENT 'default base\_url', `authorization` varchar(100) DEFAULT NULL COMMENT 'basic Client\_ID:Client\_Secret, Bearer', `token` text, `refresh_token` text, `expires_in` bigint(20) DEFAULT NULL, `scope` text, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO\_INCREMENT=4 DEFAULT CHARSET=utf8mb4;

/\*Data for the table `zoom_credentials` \*/

insert into `zoom_credentials`(`id`,`req_type`,`end_point`,`grant_type`,`client_id`,`client_secret`,`code`,`redirect_uri`,`authorization`,`token`,`refresh_token`,`expires_in`,`scope`,`created_at`,`updated_at`) values (1,NULL,'[https://zoom.us/oauth/token','authorization\_code','','',NULL,'','basic',NULL,NULL,NULL,NULL,NULL,NULL](https://zoom.us/oauth/token','authorization_code','','',NULL,'','basic',NULL,NULL,NULL,NULL,NULL,NULL)), (2,NULL,NULL,'access\_token','','',NULL,'','Bearer ','','',3599,'','2021-01-09 12:35:11','2021-01-09 12:35:11'), (3,NULL,NULL,'refresh\_token','','',NULL,'','basic','','',3599,'','2021-01-08 20:53:03','2021-01-09 12:35:11');

INSTALLATION
------------

[](#installation)

- create model at **app/Models** with name ZoomCredentials : we will store all credentials from OAUTH ZOOM API here
- fill all field in table zoom\_credentials, note: refresh token only for **refresh\_token** no matter its redudant
- set environtment ZOOM\_ENDPOINT=ZOOM\_USERID={YOUT\_ZOOM\_USER\_ID}

HOW TO USE
----------

[](#how-to-use)

- import library use Gandhist\\Zoom\\Meetings;
- create new instance $my\_account = new Meetings::getAccount();
- response as default will return zoom api response also { 'url' : 'api.yourhit.com' 'http\_code' : 200, 'primary\_ip' : '127.0.0.1', 'local\_ip' : '127.0.0.1', }

current function
----------------

[](#current-function)

all method needs url end point and body from zoom api, reference : **[ZOOM Docs](https://marketplace.zoom.us/docs/api-reference/zoom-api)**

- list : list meeting
- createMeeting
- updateMeeting
- deleteMeeting
- addRegistrant
- getAccount
- refreshToken
- requestToken

NOTE
----

[](#note)

- EVERY HIT TOKEN WILL REFRESH
- THIS IS EXPERIMENTAL

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7bca419861caaef71fbb38705eb0386643b5154ed7961f75f5b1dd63034a60ec?d=identicon)[gandhist](/maintainers/gandhist)

---

Top Contributors

[![gandhist](https://avatars.githubusercontent.com/u/22018903?v=4)](https://github.com/gandhist "gandhist (9 commits)")

### Embed Badge

![Health badge](/badges/gandhist-zoom/health.svg)

```
[![Health](https://phpackages.com/badges/gandhist-zoom/health.svg)](https://phpackages.com/packages/gandhist-zoom)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
