jrevillaa/obs-api-zoom
Composer 安装命令:
composer require jrevillaa/obs-api-zoom
包简介
Api OBS adaptate to composer
README 文档
README
Requirement
- PHP >= 7.1.3
Installation
$ composer require "jrevillaa/obs-api-laravel"
Configuration
- After installing the library, register the file:
// Import the class namespaces first, before using it directly use Obs\ObsClient as ObsClient; use Obs\ObsException as ObsException; $ak = '*** Provide your Access Key ***'; $sk = '*** Provide your Secret Key ***'; $endpoint = 'https://your-endpoint:443'; $obsClient = ObsClient::factory(array ( 'key' => $ak, 'secret' => $sk, 'endpoint' => $endpoint, ));
License
MIT
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-09-30