2017 © Pedro Peláez
 

library icobench-client

ICOBench API Client

image

kami/icobench-client

ICOBench API Client

  • Tuesday, July 3, 2018
  • by ama3ing
  • Repository
  • 1 Watchers
  • 1 Stars
  • 781 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 681 % Grown

The README.md

IcoBench Client Build Status

This library is an API client for https://icobench.com, (*1)

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

The Versions

03/07 2018

dev-master

9999999-dev

ICOBench API Client

  Sources   Download

MIT

The Requires

 

The Development Requires

02/06 2018

v1.0

1.0.0.0

ICOBench API Client

  Sources   Download

MIT

The Requires

 

The Development Requires