Download the PHP package iclimber/laravel-zoom-meetings without Composer
On this page you can find all versions of the php package iclimber/laravel-zoom-meetings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download iclimber/laravel-zoom-meetings
More information about iclimber/laravel-zoom-meetings
Files in iclimber/laravel-zoom-meetings
Package laravel-zoom-meetings
Short Description Create Zoom Meetings
License MIT
Homepage https://github.com/IClimber/laravel-zoom-meetings
Informations about the package laravel-zoom-meetings
Create Zoom Meetings
![Latest Version on Packagist]
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 phpunit.xml file with your Zoom API credentials.
Run
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
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 ^8.0|^9.0|^10.0
spatie/laravel-package-tools Version ^1.12.1
ext-json Version *