Skip to content

Instantly share code, notes, and snippets.

@mosufy
Created March 10, 2015 03:49
Show Gist options
  • Save mosufy/e7159d22f5339b37a627 to your computer and use it in GitHub Desktop.
Save mosufy/e7159d22f5339b37a627 to your computer and use it in GitHub Desktop.
VBC SDK PHP Usage
<?php
require_once 'vendor/autoload.php';
$config = [
'AppKey' => '', // Get from VBC
'SecretKey' => '', // Get from VBC
'Version' => 'V2'
];
// instantiate the required objects
$client = new Vbc\Client($config);
$request = new Vbc\Request($client);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment