PHPackages                             rohinigeeks/vbc-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. rohinigeeks/vbc-sdk

ActiveLibrary[API Development](/categories/api)

rohinigeeks/vbc-sdk
===================

SDK to access the VBC API

061PHP

Since Mar 31Pushed 11y ago1 watchersCompare

[ Source](https://github.com/rohinigeeks/vbc-sdk)[ Packagist](https://packagist.org/packages/rohinigeeks/vbc-sdk)[ RSS](/packages/rohinigeeks-vbc-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

vbc-sdk
=======

[](#vbc-sdk)

An SDK for the VBC API in PHP. Enjoy!

Installation
------------

[](#installation)

The library uses Composer as it's dependency manager. Thus, installing this library follows Composers and the PSR standards. You can read more about composer at this link

Before anything, you must create/update your Composer.json and add the library to the require block..

```
...
    "require": {
        "incube8/vbc-sdk": "dev-master"
    }
...

```

Run `composer update` or `composer install` to include the library to your application

Usage
-----

[](#usage)

You must obtain an `AppKey` and a `SecretKey` from VBC before using this SDK.

```
