LaravelPackages.net
Acme Inc.
Toggle sidebar
saineshmamgain/laravel-zoom

Laravel Package to integrate Zoom Meetings

1.440
3
About saineshmamgain/laravel-zoom

saineshmamgain/laravel-zoom is a Laravel package for laravel package to integrate zoom meetings. It currently has 3 GitHub stars and 1.440 downloads on Packagist. Install it with composer require saineshmamgain/laravel-zoom. Discover more Laravel packages by saineshmamgain or browse all Laravel packages to compare alternatives.

Last updated

Laravel-Zoom (In Development)

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.

Star History Chart