gemblue/vdo-cipher-proxy
Composer 安装命令:
composer require gemblue/vdo-cipher-proxy
包简介
Proxy/Wrapper class for Vdo Cipher Video Platform
README 文档
README
Wrapper/Proxy for Vdo Cipher API.
Requirement
PHP Curl Extension
sudo apt install php-curl
How to Use
Grab it from composer
composer require gemblue/vdo-cipher-proxy
Make new object and enjoy!
use Gemblue\VdoCipherProxy\VdoCipher;
$VdoCipher = new VdoCipher(YOUR_CIPHER_URL, YOUR_CIPHER_API_SECRET);
$result = $VdoCipher->getOtpPlaybackInfo();
print_r($result);
统计信息
- 总下载量: 164
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-04-17