Skip to content

gemblue/VdoCipherProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VdoCipherProxy

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);

About

Wrapper/Proxy for Vdo Cipher API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published