nixilla/peerindex-api-consumer

PeerIndex API client in PHP

0.3 2013-03-22 16:52 UTC

This package is auto-updated.

Last update: 2024-04-18 23:36:08 UTC


README

This is small library that allows you to easily interact with PeerIndex API.

image

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.