Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 339 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 339 Bytes

bitcoinvn-php

https://api.bitcoinvn.io

Composer installation

Add the following to your composer.json:

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

Usage

Instantiate a Client object

$apiKey = 'MY_API_KEY';
$client = new \BitcoinVietnam\BitcoinVietnam\Client($apiKey);