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
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-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