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

ActiveLibrary[API Development](/categories/api)

philharmonie/laravel-zoom-meetings
==================================

Create Zoom Meetings

v1.0.0(3y ago)3902↓88.1%2[1 issues](https://github.com/philharmonie/laravel-zoom-meetings/issues)MITPHPPHP ^8.1

Since May 6Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/philharmonie/laravel-zoom-meetings)[ Packagist](https://packagist.org/packages/philharmonie/laravel-zoom-meetings)[ Docs](https://github.com/philharmonie/laravel-zoom-meetings)[ RSS](/packages/philharmonie-laravel-zoom-meetings/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

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

[](#create-zoom-meetings)

[![Latest Version on Packagist](https://camo.githubusercontent.com/95077e5199d090e827e9d6c441ac1d5fdf7ac194e41017ac7e677b646f14a3af/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7068696c6861726d6f6e69652f6c61726176656c2d7a6f6f6d2d6d656574696e67732e7376673f7374796c653d666c61742d73717561726526696e636c7564655f70726572656c6561736573)](https://packagist.org/packages/philharmonie/laravel-zoom-meetings)[![GitHub Tests Action Status](https://camo.githubusercontent.com/73cddd400706508689580f3dd8fe667c4734c9b98bd833dad8102008c1cd3b39/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7068696c6861726d6f6e69652f6c61726176656c2d7a6f6f6d2d6d656574696e67732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/philharmonie/laravel-zoom-meetings/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/73997c64d488c359632379f284253dd1e8fd3d76d54aa1b80aeaa810937ee9c9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7068696c6861726d6f6e69652f6c61726176656c2d7a6f6f6d2d6d656574696e67732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/philharmonie/laravel-zoom-meetings/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f3c7a98fff066f64386f9bed6293abdc0e521f8f82e67f0f781a4d3bc6e7b2b7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7068696c6861726d6f6e69652f6c61726176656c2d7a6f6f6d2d6d656574696e67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/philharmonie/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 philharmonie/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)

```
cp phpunit.xml.dist phpunit.xml
```

Update the environment variables in `phpunit.xml`:

```

```

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.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover any security-related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Phil Harmonie](https://github.com/philharmonie)

License
-------

[](#license)

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

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance44

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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

Unknown

Total

1

Last Release

1156d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/49812f3fd6f17e6c988107697eac9df6d436ab9d751ab0e8c31cba6dd9cc4f7b?d=identicon)[philharmonie](/maintainers/philharmonie)

---

Top Contributors

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

---

Tags

laravelphilharmonielaravel-zoom-meetings

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M101](/packages/dedoc-scramble)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M167](/packages/spatie-laravel-health)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.9k3](/packages/defstudio-telegraph)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1123.7k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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