Download the PHP package philharmonie/laravel-zoom-meetings without Composer
On this page you can find all versions of the php package philharmonie/laravel-zoom-meetings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download philharmonie/laravel-zoom-meetings
More information about philharmonie/laravel-zoom-meetings
Files in philharmonie/laravel-zoom-meetings
Package laravel-zoom-meetings
Short Description Create Zoom Meetings
License MIT
Homepage https://github.com/philharmonie/laravel-zoom-meetings
Informations about the package laravel-zoom-meetings
Create Zoom Meetings
With this package you can create Zoom meetings from your Laravel application using Server-To-Server OAuth.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Preparing your Zoom account
Create a Server-to-Server OAuth app in your Zoom account following this
instruction: https://developers.zoom.us/docs/internal-apps/create/.
You will need the user:read:admin meeting:write:admin
scopes.
Save the Account ID, Client ID and Client Secret in your .env
file.
Usage
See the test cases for more usage examples.
Testing
Update the environment variables in phpunit.xml
:
Run
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
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.
All versions of laravel-zoom-meetings with dependencies
guzzlehttp/guzzle Version ^7.5
illuminate/contracts Version ^10.0
spatie/laravel-package-tools Version ^1.14.0