saineshmamgain / laravel-zoom
Laravel Package to integrate Zoom Meetings
Installs: 1 438
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- guzzlehttp/guzzle: ^6.3
This package is auto-updated.
Last update: 2024-10-21 22:19:55 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.