Download the PHP package ghanem/laravel-zoom without Composer
On this page you can find all versions of the php package ghanem/laravel-zoom. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ghanem/laravel-zoom
More information about ghanem/laravel-zoom
Files in ghanem/laravel-zoom
Package laravel-zoom
Short Description A comprehensive Zoom integration package for Laravel, providing easy-to-use API functionality to interact with the Zoom platform using PHP.
License MIT
Homepage https://github.com/AbdullahGhanem/laravel-zoom
Informations about the package laravel-zoom
Laravel package for Zoom
Laravel Zoom API Package
Installation
You can install the package via composer:
Configuration file
Publish the configuration file
then add config/app.php
then add config/app.php
This will create a zoom.php config file within your config directory for common user settings:-
for a user specific user zoom configuration add User model:
How to get Zoom API credentials
- to see that how to create zoom api and get credentials click here
Usage
At present we cover the following modules
- Users
- Meetings
- Past Meetings
- Webinars
- Past Webinars
- Recordings
- Past Recordings
Common get functions
Create a meeting
Get a meeting
Update a meeting
Delete a meeting
Get all meetings
Get a meeting
Get all upcoming meetings
Get all past meetings
reschedule meeting
end meeting
delete meeting
recover meeting
Create a Users
Get all users
check User Email
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.