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

ActiveLibrary[API Development](/categories/api)

uchup07/laravel-zoom
====================

This is my package laravel-zoom

1.0.6(5mo ago)049[4 PRs](https://github.com/uchup07/laravel-zoom/pulls)MITPHPPHP ^8.2CI passing

Since Nov 3Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/uchup07/laravel-zoom)[ Packagist](https://packagist.org/packages/uchup07/laravel-zoom)[ Docs](https://github.com/uchup07/laravel-zoom)[ GitHub Sponsors](https://github.com/Uchup07)[ RSS](/packages/uchup07-laravel-zoom/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (13)Versions (12)Used By (0)

This is my package laravel-zoom
===============================

[](#this-is-my-package-laravel-zoom)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fc13c124339f63938c169daf38de92400294b63691101601bfaef9751fc61b60/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f756368757030372f6c61726176656c2d7a6f6f6d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/uchup07/laravel-zoom)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f9c4a6d7299c6ea2e52a2033c97eff398e92bd76def1daef1edd4ce3bbca555f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f756368757030372f6c61726176656c2d7a6f6f6d2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/uchup07/laravel-zoom/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/340f3a2e05ff793424009d268779450463ba15f1c20eefd317c825a8ed4c8c22/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f756368757030372f6c61726176656c2d7a6f6f6d2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/uchup07/laravel-zoom/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/daff2fc64ea2494200d003a73117014014db8fafc23a0b919d82c77fa40d9302/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f756368757030372f6c61726176656c2d7a6f6f6d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/uchup07/laravel-zoom)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/21cf32c0df655797ffc8ed3da6d80202ff3355f621209ba1941364b598add4b8/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d7a6f6f6d2e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-zoom)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require uchup07/laravel-zoom
```

You can publish the config file with:

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

This is the contents of the published config file:

```
return [
    'client_id' => env('ZOOM_CLIENT_ID'),
    'client_secret' => env('ZOOM_CLIENT_SECRET'),
    'account_id' => env('ZOOM_CLIENT_ACCOUNT_ID'),
    'credentials' => env('ZOOM_CLIENT_CREDENTIALS'),
    'api_url' => env('ZOOM_CLIENT_API_URL','https://api.zoom.us/v2/'),
];
```

Usage
-----

[](#usage)

### Create Meeting

[](#create-meeting)

#### Default parameters for

[](#default-parameters-for)

```
$arrayVar = [
    "agenda" => "",
    "default_password" => false,
    "duration" => "",
    "password" => "",
    "pre_schedule" => false,
    "recurrence" => [
        "type" => 2,
        "end_date_time" => "",
        "end_times" => 1,
        "monthly_day" => 1,
        "monthly_week" => 1,
        "monthly_week_day" => 6,
        "repeat_interval" => "",
        "weekly_days" => "1",
    ],
    "schedule_for" => "",
    "settings" => [
        "additional_data_center_regions" => ["", ""],
        "allow_multiple_devices" => "",
        "alternative_hosts" => "",
        "alternative_hosts_email_notification" => true,
        "approval_type" => 2,
        "approved_or_denied_countries_or_regions" => [
            "approved_list" => ["", ""],
            "denied_list" => ["", ""],
            "enable" => "",
            "method" => "deny",
        ],
        "audio" => "both",
        "audio_conference_info" => "",
        "authentication_domains" => "",
        "authentication_exception" => [
            ["email" => "", "name" => ""],
            ["email" => "", "name" => ""],
        ],
        "authentication_option" => "",
        "auto_recording" => "none",
        "breakout_room" => [
            "enable" => "",
            "rooms" => [
                [
                    "name" => "",
                    "participants" => ["", ""],
                ],
                [
                    "name" => "",
                    "participants" => ["", ""],
                ],
            ],
        ],
        "calendar_type" => 2,
        "close_registration" => false,
        "cn_meeting" => false,
        "contact_email" => "",
        "contact_name" => "",
        "email_notification" => true,
        "encryption_type" => "enhanced_encryption",
        "focus_mode" => "",
        "global_dial_in_countries" => ["", ""],
        "host_video" => "",
        "in_meeting" => false,
        "jbh_time" => 10,
        "join_before_host" => false,
        "language_interpretation" => [
            "enable" => "",
            "interpreters" => [
                ["email" => "", "languages" => ""],
                ["email" => "", "languages" => ""],
            ],
        ],
        "sign_language_interpretation" => [
            "enable" => "",
            "interpreters" => [
                ["email" => "", "sign_language" => ""],
                ["email" => "", "sign_language" => ""],
            ],
        ],
        "meeting_authentication" => "",
        "meeting_invitees" => [["email" => ""], ["email" => ""]],
        "mute_upon_entry" => false,
        "participant_video" => "",
        "private_meeting" => "",
        "registrants_confirmation_email" => "",
        "registrants_email_notification" => "",
        "registration_type" => 1,
        "show_share_button" => "",
        "use_pmi" => false,
        "waiting_room" => "",
        "watermark" => false,
        "host_save_video_order" => "",
        "alternative_host_update_polls" => "",
        "internal_meeting" => false,
        "continuous_meeting_chat" => [
            "enable" => "",
            "auto_add_invited_external_users" => "",
        ],
        "participant_focused_meeting" => false,
        "push_change_to_calendar" => false,
        "resources" => [
            [
                "resource_type" => "whiteboard",
                "resource_id" => "",
                "permission_level" => "editor",
            ],
            [
                "resource_type" => "whiteboard",
                "resource_id" => "",
                "permission_level" => "editor",
            ],
        ],
        "auto_start_meeting_summary" => false,
        "auto_start_ai_companion_questions" => false,
    ],
    "start_time" => "",
    "template_id" => "",
    "timezone" => "",
    "topic" => "",
    "tracking_fields" => [
        ["field" => "", "value" => ""],
        ["field" => "", "value" => ""],
    ],
    "type" => 2,
];
```

Example:

```
$data = [
            'topic' => 'Title Topic',
            'default_password'=>false,
            'start_time' => '2024-10-31T08:06:01Z',
            'duration' => 60,
            'timezone' => 'Asia/Jakarta',
            "type"=> 2,
            'settings' => [
                'host_video' => true,
                'participant_video' => true,
                'audio' => true,
                'approval_type' => 2,
                'waiting_room' => true,
                'join_before_host' => true
            ],
        ];

$meeting = \Uchup07\LaravelZoom\Facades\LaravelZoom::createMeeting('userid@mail.com', $data);
```

### Update Meeting

[](#update-meeting)

```
$data = [
            'topic' => 'Title Topic',
            'default_password'=>false,
            'start_time' => '2024-10-31T08:06:01Z',
            'duration' => 60,
            'timezone' => 'Asia/Jakarta',
            "type"=> 2,
            'settings' => [
                'host_video' => true,
                'participant_video' => true,
                'audio' => true,
                'approval_type' => 2,
                'waiting_room' => true,
                'join_before_host' => true
            ],
        ];

$meeting = \Uchup07\LaravelZoom\Facades\LaravelZoom::updateMeeting(94064237172, $data);
```

### Delete Meeting

[](#delete-meeting)

```
$meetingId = 94064237172;
$meeting = \Uchup07\LaravelZoom\Facades\LaravelZoom::deleteMeeting($meetingId);
```

### Get a Meeting

[](#get-a-meeting)

```
$meetingId = 94064237172;
$meeting = \Uchup07\LaravelZoom\Facades\LaravelZoom::getMeeting($meetingId);
```

### Get All Meeting By User

[](#get-all-meeting-by-user)

```
$userId = 'user@email.com';
$meetings = \Uchup07\LaravelZoom\Facades\LaravelZoom::listMeetings($userId);
```

Testing
-------

[](#testing)

```
./vendor/bin/pest
```

Changelog
---------

[](#changelog)

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

Credits
-------

[](#credits)

- [Yusuf](https://github.com/uchup07)

License
-------

[](#license)

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

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance83

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~78 days

Total

7

Last Release

160d ago

### Community

Maintainers

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

---

Top Contributors

[![uchup07](https://avatars.githubusercontent.com/u/914554?v=4)](https://github.com/uchup07 "uchup07 (8 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravellaravel-zoomuchup07

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

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

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

###  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)
