Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
66 lines (42 loc) · 1.87 KB

README.md

File metadata and controls

66 lines (42 loc) · 1.87 KB

Laravel package for Zoom video conferencing - No longer maintained, use https://github.com/MacsiDigital/laravel-zoom

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 [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.