gemblue / vdo-cipher-proxy
Proxy/Wrapper class for Vdo Cipher Video Platform
1.0.0
2020-04-30 07:31 UTC
Requires
- php: ^7.0
This package is not auto-updated.
Last update: 2024-12-20 05:26:10 UTC
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);