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

ActiveLibrary[API Development](/categories/api)

tsakib360/lara-zoom
===================

Package for Zoom API integration in Laravel application

0.0.2(4y ago)219MITPHPPHP ^7.3|^8.0

Since Jan 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tsakib360/lara-zoom)[ Packagist](https://packagist.org/packages/tsakib360/lara-zoom)[ RSS](/packages/tsakib360-lara-zoom/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Laravel Zoom Meeting Package
============================

[](#laravel-zoom-meeting-package)

Larazoom is a **Zoom API Integration** library providing an easier way to create meeting. The package includes ServiceProviders and Facades for easy **Laravel** integration.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.3
- [Guzzle](https://packagist.org/packages/guzzlehttp/guzzle)
- [PHP-JWT](https://github.com/firebase/php-jwt)

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

[](#installation)

**This package is created based on [Zoom API Documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api).**Use composer to manage your dependencies and download LARAZOOM:

```
composer require tsakib360/larazoom
```

Service Provider &amp; Facade
-----------------------------

[](#service-provider--facade)

**Note: only for Laravel 5.4 and below, because since Laravel 5.5 we use package auto-discovery.**

Add this two lines in `config/app`.

```
Tsakib360\LaraZoom\LaraZoomServiceProvider::class,
```

```
'Zoom' => Tsakib360\LaraZoom\Facades\Zoom::class,
```

Publish Configuration
---------------------

[](#publish-configuration)

```
php artisan vendor:publish --provider="Tsakib360\LaraZoom\LaraZoomServiceProvider"
```

Usage
-----

[](#usage)

Create Meeting
--------------

[](#create-meeting)

```
use Tsakib360\LaraZoom\Facades\Zoom;

$data = array();
$data['topic'] 		= 'Example Test Meeting';
$data['start_date'] = date("2022-01-29 19:25:00");
$data['duration'] 	= 30;
$data['type'] 		= 2;
$data['password'] 	= "12345";
$data['join_before_host'] = true;

$response = Zoom::createMeeting($data);
return $response
```

Get Meetings
------------

[](#get-meetings)

```
use Tsakib360\LaraZoom\Facades\Zoom;

$response = Zoom::getMeetings();
return $response
```

Methods List
------------

[](#methods-list)

Method NameTypeAPI DocumentationcreateMeetingarraygetMeetingsContact Me
----------

[](#contact-me)

For further information please email to this address: tsakib360@gmail.com

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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 ~0 days

Total

2

Last Release

1564d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c36eabe461f2836a1107431bcdf029f97277f6ac984d40e72c2920842c33541?d=identicon)[tsakib360](/maintainers/tsakib360)

---

Top Contributors

[![tsakib360](https://avatars.githubusercontent.com/u/71313906?v=4)](https://github.com/tsakib360 "tsakib360 (6 commits)")

### Embed Badge

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

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

###  Alternatives

[get-stream/stream

A PHP client for Stream (https://getstream.io)

1451.3M8](/packages/get-stream-stream)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[agence104/livekit-server-sdk

Server-side SDK for LiveKit.

79189.9k1](/packages/agence104-livekit-server-sdk)[packbackbooks/lti-1p3-tool

A library used for building IMS-certified LTI 1.3 tool providers in PHP.

51438.3k2](/packages/packbackbooks-lti-1p3-tool)[hoels/app-store-server-library-php

The PHP server library for the App Store Server API and App Store Server Notifications.

44162.2k](/packages/hoels-app-store-server-library-php)[tamara-solution/php-sdk

Tamara PHP Client Library

10259.4k1](/packages/tamara-solution-php-sdk)

PHPackages © 2026

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