nixilla / peerindex-api-consumer
PeerIndex API client in PHP
0.3
2013-03-22 16:52 UTC
Requires
- php: >=5.3.2
- kriswallsmith/buzz: ~0.7
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2024-10-19 00:46:08 UTC
README
This is small library that allows you to easily interact with PeerIndex API.
Installation
The easiest way - via packagist:
{ "require": { "nixilla/peerindex-api-consumer": "~0.3" } }
Usage:
See example.php
Contributing (with tests):
git clone git://github.com/nixilla/peerindex-api-consumer.git && \ cd peerindex-api-consumer && \ mkdir bin && \ curl -sS https://getcomposer.org/installer | php -- --install-dir=bin && \ ./bin/composer.phar install --dev && \ ./bin/phpunit
Now you can add your code and send me pull request.