saineshmamgain/laravel-zoom

Laravel Package to integrate Zoom Meetings

Installs: 1 439

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/saineshmamgain/laravel-zoom

dev-master 2019-05-17 12:00 UTC

This package is auto-updated.

Last update: 2025-09-22 00:30:40 UTC


README

A package to Integrate Zoom APIs in Laravel.

Installation:

composer require saineshmamgain/laravel-zoom

Generate JWT

php artisan zoom:jwt-generate

First time command will ask for API Key, and Secret which you can get from Zoom Dashboard.

Options:

--days, -D = No. of days for JWT to expire. Defaults to 0
--hours, -H = No. of hours for JWT to expire. Defaults to 1
--force, -F = Force regenerate JWT. Defaults to false

The command will update the .env file with Zoom API Key, Secret, JWT Token and Timestamp.