PHPackages                             iclimber/laravel-zoom-meetings - 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. iclimber/laravel-zoom-meetings

ActiveLibrary[API Development](/categories/api)

iclimber/laravel-zoom-meetings
==============================

Create Zoom Meetings

v2.1.0(2y ago)06.2k↑225%MITPHPPHP ^8.0|^8.1|^8.2

Since May 4Pushed 2y agoCompare

[ Source](https://github.com/IClimber/laravel-zoom-meetings)[ Packagist](https://packagist.org/packages/iclimber/laravel-zoom-meetings)[ Docs](https://github.com/IClimber/laravel-zoom-meetings)[ RSS](/packages/iclimber-laravel-zoom-meetings/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (6)Used By (0)

Create Zoom Meetings
====================

[](#create-zoom-meetings)

[!\[Latest Version on Packagist\]](https://packagist.org/packages/iclimber/laravel-zoom-meetings)

With this package you can create Zoom meetings from your Laravel application using Server-To-Server OAuth.

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

[](#installation)

You can install the package via composer:

```
composer require iclimber/laravel-zoom-meetings
```

You can publish the config file with:

```
php artisan vendor:publish --tag="zoom-meetings-config"
```

This is the contents of the published config file:

```
return [
    'account_id' => env('ZOOM_ACCOUNT_ID'),
    'client_id' => env('ZOOM_CLIENT_ID'),
    'client_secret' => env('ZOOM_CLIENT_SECRET'),
    'base_url' => 'https://api.zoom.us/v2/',
    'token_url' => 'https://zoom.us/oauth/token',
];
```

Preparing your Zoom account
---------------------------

[](#preparing-your-zoom-account)

Create a Server-to-Server OAuth app in your Zoom account following this instruction: . You will need the `user:read:admin meeting:write:admin` scopes.

Save the Account ID, Client ID and Client Secret in your `.env` file.

Usage
-----

[](#usage)

```
$access_token = Auth::getToken();

$meeting = Meeting::setAccessToken($access_token)->create([
    'topic' => 'Test Meeting',
    'type' => 2,
    'start_time' => now()->addDay()->startOfHour()->format('Y-m-d\TH:i:s'),
    'duration' => 60,
], 'mail@example.com');
```

See the test cases for more usage examples.

Testing
-------

[](#testing)

Update the phpunit.xml file with your Zoom API credentials.

```

```

Run

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~69 days

Total

5

Last Release

827d ago

Major Versions

v1.1.1 → v2.0.02023-07-06

PHP version history (2 changes)v1.0PHP ^7.4

v2.0.0PHP ^8.0|^8.1|^8.2

### Community

Maintainers

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

---

Top Contributors

[![IClimber](https://avatars.githubusercontent.com/u/18194010?v=4)](https://github.com/IClimber "IClimber (9 commits)")[![harmoniemedia](https://avatars.githubusercontent.com/u/111133037?v=4)](https://github.com/harmoniemedia "harmoniemedia (7 commits)")[![philharmonie](https://avatars.githubusercontent.com/u/5270589?v=4)](https://github.com/philharmonie "philharmonie (2 commits)")

---

Tags

laravelphilharmonielaravel-zoom-meetingsiclimber

### Embed Badge

![Health badge](/badges/iclimber-laravel-zoom-meetings/health.svg)

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

###  Alternatives

[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)[combindma/laravel-facebook-pixel

Meta pixel integration for Laravel

4956.9k](/packages/combindma-laravel-facebook-pixel)

PHPackages © 2026

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