bitcoinvietnam/shapeshift-php

This package is abandoned and no longer maintained. No replacement package was suggested.

PHP library to interact with the Shapeshift API

dev-master 2017-06-14 07:20 UTC

This package is auto-updated.

Last update: 2022-02-01 13:07:46 UTC


README

Add the following to your composer.json:

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

Usage

Instantiate a Client object

$client = new BitcoinVietnam\ShapeShift\Client();