Download the PHP package diaa/laravel-zoom-meeting without Composer
On this page you can find all versions of the php package diaa/laravel-zoom-meeting. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download diaa/laravel-zoom-meeting
More information about diaa/laravel-zoom-meeting
Files in diaa/laravel-zoom-meeting
Download diaa/laravel-zoom-meeting
More information about diaa/laravel-zoom-meeting
Files in diaa/laravel-zoom-meeting
Vendor diaa
Package laravel-zoom-meeting
Short Description sample package for laravel applications to integrate with Zoom Oauth application
License MIT
Package laravel-zoom-meeting
Short Description sample package for laravel applications to integrate with Zoom Oauth application
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-zoom-meeting
Zoom Package With Laravel
sample package for laravel applications to integrate with Zoom Oauth application.
Installation
Install via composer
run migration
run vendor publish
Environment Variables
To run this package, you will need to add the following environment variables to your .env file
ZOOM_CLIENT_ID
ZOOM_CLIENT_SECRET
ZOOM_REDIRECT_URL
ZOOM_BASE_URL
How to use ?
generate an authorization URL where a user can click and complete the authorization:
-create a blade file that contains a link to complete the authorization
- Run the above file on the browser, click on the ‘Zoom Authorization’ link and complete the authorization.
- you should see a success message and the access token would store in your zoom_oauths table.
Redirect Url:
- create a Route in web routes
Create Zoom Meeting
-- it will return a meeting link to join via it.
License
The Http Client Package is open-sourced software licensed under the MIT license
All versions of laravel-zoom-meeting with dependencies
PHP Build Version
Package Version
No informations.
The package diaa/laravel-zoom-meeting contains the following files
Loading the files please wait ....