gemblue/vdo-cipher-proxy

Proxy/Wrapper class for Vdo Cipher Video Platform

1.0.0 2020-04-30 07:31 UTC

This package is not auto-updated.

Last update: 2024-05-24 02:53:59 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);