neatbasis/php-shapeshiftio-api

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

Installs: 37

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/neatbasis/php-shapeshiftio-api

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

This package is not auto-updated.

Last update: 2025-10-04 00:38:17 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