Skip to content

kamilabs/icobench-client

Repository files navigation

IcoBench Client Build Status

This library is an API client for https://icobench.com

Installation

composer require kami/icobench-client

Usage

<?php

$publicKey = 'your-key';
$privateKey = 'your-key';

$client = new \Kami\IcoBench\Client($privateKey, $publicKey);

$client->getIco($id, $data);
$client->getIcos($type, $data);
$client->getOther($type);
$client->getPeople($type, $data);