Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 460 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 460 Bytes

php-shapeshiftio-api

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