Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 537 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 537 Bytes

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