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
Requires
- php: >=5.3.2
- ext-curl: *
- guzzlehttp/guzzle: ^6.1@dev
- webmozart/json: ^1.0@dev
Requires (Dev)
- phpdocumentor/graphviz: ^1.0
- phpdocumentor/phpdocumentor: ^2.8
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-01-10 21:33:51 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