macsidigital/zoom-laravel

This package is abandoned and no longer maintained. The author suggests using the macsidigital/laravel-zoom package instead.

Zoom Laravel package

1.0.3 2019-06-26 09:11 UTC

This package is auto-updated.

Last update: 2021-04-23 12:34:55 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

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.