bitcoinvietnam/blinktrade-php

PHP library for interacting with the Blinktrade API

dev-master 2017-06-13 12:10 UTC

This package is auto-updated.

Last update: 2024-04-10 03:18:36 UTC


README

Add the following to your composer.json:

{
    "require": {
        "bitcoinvietnam/blinktrade-php": "@dev"
    }
}

Usage

Instantiate a Client object

use BitcoinVietnam\Blinktrade;
$client = new Client($key, $secret, Blinktrade::BROKERID_VBTC);