macsidigital / zoom-laravel
Zoom Laravel package
Installs: 3 821
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 2
Open Issues: 0
Requires
- php: ^7.0
- firebase/php-jwt: ^5.0
- guzzlehttp/guzzle: ~6.0|~5.0|~4.0
This package is auto-updated.
Last update: 2021-04-23 12:34:55 UTC
README
No longer maintained, use https://github.com/MacsiDigital/laravel-zoom
Package to manage the zoom API in Laravel
Installation
You can install the package via composer:
composer require macsidigital/zoom-laravel
Configuration file
Publish the configuration file
php artisan vendor:publish --provider="MacsiDigital\Zoom\ZoomServiceProvider"
This will create a zoom/config.php within your config directory, where you add value for api_key and api_secret.
Usage
$zoom = new MacsiDigital\Zoom\Zoom(); $zoom->users->list();
RESOURCES
Meetings
Panelists
Registrants
Users
Webinars
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email colin@macsi.co.uk instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.