gemblue/vdo-cipher-proxy

Proxy/Wrapper class for Vdo Cipher Video Platform

Installs: 161

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/gemblue/vdo-cipher-proxy

1.0.0 2020-04-30 07:31 UTC

This package is not auto-updated.

Last update: 2025-10-10 09:16:57 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);