nixilla / peerindex-api-consumer
PeerIndex API client in PHP
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/nixilla/peerindex-api-consumer
Requires
- php: >=5.3.2
- kriswallsmith/buzz: ~0.7
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2025-10-19 03:21:03 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.