bitcoinvietnam/shapeshift-php

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

PHP library to interact with the Shapeshift API

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 2

Open Issues: 0

pkg:composer/bitcoinvietnam/shapeshift-php

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();