hamoda-dev/php-zoomer
Composer 安装命令:
composer require hamoda-dev/php-zoomer
包简介
Simple Package to interact with zoom
README 文档
README
PHP-Zoomer is a simple Zoom API library for using to work with Webiners and it give you OAuth implemntation and Server-to-Server OAuth.
Installation
via composer run
composer require hamoda-dev/php-zoomer
How to Use
Initialize
Initialize the library with the required credentials
$zoomer = new Zoomer('clientID', 'clientSecret', 'credenialPath');
Autheriztion
OAuth via URL
1 - Add the redirect URI
$zoomer->setRedirectUri('redirectURI');
2 - Get OAuth URL
$zoomer->getOAuthUrl();
Server to Server OAuth
1 - Add the Account ID
统计信息
- 总下载量: 676
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-29