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

ActiveLibrary

fessnik/zoom
============

zoom API client for Laravel

51.2k7PHP

Since Jul 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Fessnik/zoom)[ Packagist](https://packagist.org/packages/fessnik/zoom)[ RSS](/packages/fessnik-zoom/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

 [![](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)

Laravel Wrapper for zoom api (  )
==============================================================

[](#laravel-wrapper-for-zoom-api--httpszoomgithubioapi-)

Installation
------------

[](#installation)

### Step 1: Composer

[](#step-1-composer)

From the command line, run:

```
composer require fessnik/zoom

```

### Step 2: Service Provider (For Laravel &lt; 5.5)

[](#step-2-service-provider-for-laravel--55)

For your Laravel app, open `config/app.php` and, within the `providers` array, append:

```
Fessnik\Zoom\ZoomServiceProvider::class

```

### Step 3: Publish Configs

[](#step-3-publish-configs)

First from the command line, run:

```
php artisan vendor:publish --provider="Fessnik\Zoom\ZoomServiceProvider"

```

After that you will see `zoom.php` file in config directory, where you add value for api\_key and api\_secret

### Usage

[](#usage)

```
$zoom = new Zoom();

$zoom->users->list()

```

### RESOURCES

[](#resources)

```
Users
Meetings

```

### Step 4: Remove the package

[](#step-4-remove-the-package)

If you answered "no" on "Remove this package?" question after scaffolding you can remove

```
composer remove fessnik/zoom

```

##### For Laravel &lt; 5.5

[](#for-laravel--55)

Open `config/app.php` and remove the provider:

```
Fessnik\Zoom\ZoomServiceProvider::class

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% 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/e247b7cb2288ca171d1b0e13425d0855b08fe7153c83e769c26200f5f4312282?d=identicon)[Fessnik](/maintainers/Fessnik)

---

Top Contributors

[![alexander-zugan](https://avatars.githubusercontent.com/u/11877043?v=4)](https://github.com/alexander-zugan "alexander-zugan (10 commits)")[![acrossoffwest](https://avatars.githubusercontent.com/u/1808737?v=4)](https://github.com/acrossoffwest "acrossoffwest (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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