2017 © Pedro Peláez
 

symfony-bundle icobench-bundle

IcoBench API Client Bundle

image

kami/icobench-bundle

IcoBench API Client Bundle

  • Friday, June 15, 2018
  • by ama3ing
  • Repository
  • 1 Watchers
  • 0 Stars
  • 678 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 662 % Grown

The README.md

Kami IcoBecnch Bundle Build Status

This bundle provides Symfony wrapper for icobench-client, (*1)

Installation

composer require kami/icobench-bundle
<?php
// app/AppKernel.php

$bundles = [
    ...
    new Kami\IcoBenchBundle\KamiIcoBenchBundle(),
    ...
]

Configuration

kami_icobench:
    private_key: "your_private_key"
    public_key: "your_public_key"
    guzzle_options: ~

Usage

<?php

/** @var \Kami\IcoBench\Client $client */
$client = $this->get('kami.icobench.client');

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

Testing

vendor/bin/phpunit

The Versions

15/06 2018

dev-master

9999999-dev

IcoBench API Client Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires