PHPackages                             acrossoffwest/zoom-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. [API Development](/categories/api)
4. /
5. acrossoffwest/zoom-sdk

ActiveLibrary[API Development](/categories/api)

acrossoffwest/zoom-sdk
======================

zoom API client for Laravel

0.0.3(5y ago)025MITPHPPHP &gt;=7.1CI failing

Since Apr 2Pushed 5y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (5)Used By (0)

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

Fork of [Fessnik/zoom](https://github.com/Fessnik/zoom)
-------------------------------------------------------

[](#fork-of-fessnikzoom)

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 acrossoffwest/zoom-sdk

```

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

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

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

```
Acrossoffwest\Zoom\ZoomServiceProvider::class

```

For your `Lumen` app, open `bootstrap/app.php` and, add this line:

```
$app->register(Acrossoffwest\Zoom\ZoomServiceProvider::class);

```

### Step 3: Publish Configs

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

First from the command line, run:

```
php artisan vendor:publish --provider="Acrossoffwest\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 acrossoffwest/zoom-sdk

```

##### Laravel &lt; 5.5

[](#laravel--55)

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

```
Acrossoffwest\Zoom\ZoomServiceProvider::class

```

##### Lumen &lt; 5.5

[](#lumen--55)

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

```
$app->register(Acrossoffwest\Zoom\ZoomServiceProvider::class);

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~18 days

Total

4

Last Release

2175d ago

PHP version history (2 changes)0.0.0PHP &gt;=7.0

0.0.2PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/ab253ee139e1853799edb0d905f970e35e48081c98f65ba4d44e06172c7ebfa2?d=identicon)[acrossoffwest](/maintainers/acrossoffwest)

---

Top Contributors

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

---

Tags

apiclientlaravelzoom

### Embed Badge

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

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[macsidigital/laravel-zoom

Laravel Zoom package

268375.9k](/packages/macsidigital-laravel-zoom)[jubaer/zoom-laravel

A comprehensive Zoom integration package for Laravel, providing easy-to-use API functionality to interact with the Zoom platform using PHP.

58107.8k](/packages/jubaer-zoom-laravel)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)

PHPackages © 2026

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