Wrapper/Proxy for Vdo Cipher API.
PHP Curl Extension
sudo apt install php-curl
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);