neatbasis/php-shapeshiftio-api

A PHP component for the crypto currency buying and selling shapeshift.io service.

v0.0.2 2015-10-01 11:38 UTC

This package is not auto-updated.

Last update: 2024-04-05 17:56:15 UTC


README

php-shapeshiftio-api is a php library for interacting with ShapeShift.io api. It's still work in progress.

Usage:

use ShapeShiftIO\ShapeShiftApi;
$api = new ShapeShiftApi();
$rate = $api->rate('btc_ltc');

Check out the documentation here: https://shapeshift.io/site/api

Requirements

  • PHP >= 5.3.2 with cURL extension,
  • Guzzle library