This library is an API client for https://icobench.com
composer require kami/icobench-client
<?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);