kami / icobench-client
ICOBench API Client
Installs: 2 443
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 2
Open Issues: 1
Requires
- guzzlehttp/guzzle: ^6.3@dev
Requires (Dev)
- phpunit/phpunit: ^6.5@dev
This package is auto-updated.
Last update: 2024-10-29 04:47:48 UTC
README
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);