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

ActiveLibrary[API Development](/categories/api)

noorisyslaravel/zoom
====================

This is the package for zoom integration in laravel.

00PHP

Since Apr 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Shaikh-Aaisha/Laravel-Zoom-Package)[ Packagist](https://packagist.org/packages/noorisyslaravel/zoom)[ RSS](/packages/noorisyslaravel-zoom/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel-Zoom-Package
====================

[](#laravel-zoom-package)

[![Latest Stable Version](https://camo.githubusercontent.com/634ace5af7802da52fe5f7b4a7680a720718d31572c71210068b4ce59b5c5a39/687474703a2f2f706f7365722e707567782e6f72672f706870756e69742f706870756e69742f76)](https://packagist.org/packages/phpunit/phpunit) [![Total Downloads](https://camo.githubusercontent.com/76d868b4536fd2d906dabc2c9565b27920bed2fb01b0c3e7047b427ae014cfdc/687474703a2f2f706f7365722e707567782e6f72672f706870756e69742f706870756e69742f646f776e6c6f616473)](https://packagist.org/packages/phpunit/phpunit) [![Latest Unstable Version](https://camo.githubusercontent.com/612d8a6de855f36ce70171f9c32ea107801a4d1119ceb6f250fb4686aa8ca28a/687474703a2f2f706f7365722e707567782e6f72672f706870756e69742f706870756e69742f762f756e737461626c65)](https://packagist.org/packages/phpunit/phpunit) [![License](https://camo.githubusercontent.com/0b95a0d1ab8dcf3af30f60a668647d6ef3ec4149a3293ec20afb9f73c2dbe401/687474703a2f2f706f7365722e707567782e6f72672f706870756e69742f706870756e69742f6c6963656e7365)](https://packagist.org/packages/phpunit/phpunit) [![PHP Version Require](https://camo.githubusercontent.com/1017628143db8cecf58e2d6a94fd615e46ed56f65aa70fc983a675a77c2f2e77/687474703a2f2f706f7365722e707567782e6f72672f706870756e69742f706870756e69742f726571756972652f706870)](https://packagist.org/packages/phpunit/phpunit)

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

[](#installation)

Require this package, with [Composer](https://packagist.org/), in the root directory of your project.

```
$ composer require noorisyslaravel/zoom
```

Add the service provider to `config/app.php` in the `providers` array.

```
               Noorisyslaravel\Zoom\Providers\LaravelZoomProvider::class,
```

Configuration
-------------

[](#configuration)

Laravel requires connection configuration. To get started, you'll need to publish all vendor assets:

```
$ php artisan vendor:publish --provider="Noorisyslaravel\Zoom\Providers\LaravelZoomProvider"
```

You are free to change the configuration file as needed in config/zoom.php file:

```
return [
    'api_key' => env('ZOOM_CLIENT_KEY'),
    'api_secret' => env('ZOOM_CLIENT_SECRET'),
    'base_url' => 'https://api.zoom.us/v2/',
    'token_life' => 60 * 60 * 24 * 7, // In seconds, default 1 week
    'authentication_method' => 'jwt', // Only jwt compatible at present but will add OAuth2
    'max_api_calls_per_request' => '5' // how many times can we hit the api to return results for an all() request
];
```

#### Run APIs in Postman

[](#run-apis-in-postman)

import postman collection via link and run APIs

```
https://api.postman.com/collections/22576705-1d39a521-38be-4650-a30e-38d422ef066f?access_key=PMAT-01GYVCCTZDN7SRWWY0XQKEQGDT

```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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/11ae71bc7b95c09272ad7dbebabc0141dc7f0f497623175ddd1df209f40c4b30?d=identicon)[Shaikh-Aaisha](/maintainers/Shaikh-Aaisha)

---

Top Contributors

[![Shaikh-Aaisha](https://avatars.githubusercontent.com/u/113900504?v=4)](https://github.com/Shaikh-Aaisha "Shaikh-Aaisha (2 commits)")[![Jknoorisys](https://avatars.githubusercontent.com/u/100342410?v=4)](https://github.com/Jknoorisys "Jknoorisys (1 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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