2017 © Pedro Peláez
 

library ethos-api-client

A PHP client to connect to your ethOS mining rig through the Ethos Panel API

image

rutgerkirkels/ethos-api-client

A PHP client to connect to your ethOS mining rig through the Ethos Panel API

  • Sunday, March 4, 2018
  • by rutgerkirkels
  • Repository
  • 4 Watchers
  • 4 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 6 % Grown

The README.md

ethOS Client for PHP

This client makes it easy to connect to the panel of your ethOS cryptocurrency miners., (*1)

Initiate the client:, (*2)

$client = new \RutgerKirkels\Ethos_Api_Client\Client(<id_of_your_ethos_panel>);

Get all miners the current hashrate for all miners:, (*3)

$miners = $client->getAllMiners();

foreach ($miners as $miner) {
    echo 'Hashrate for miner ' . $miner->getId() . ': ' . $miner->getHashrate() . ' MH/s<br/>';
}

The Versions

04/03 2018

dev-master

9999999-dev https://github.com/rutgerkirkels/ethos-api-client

A PHP client to connect to your ethOS mining rig through the Ethos Panel API

  Sources   Download

MIT

The Requires

 

The Development Requires

client mining ethos ethosdistro

04/03 2018

1.0.1

1.0.1.0 https://github.com/rutgerkirkels/ethos-api-client

A PHP client to connect to your ethOS mining rig through the Ethos Panel API

  Sources   Download

MIT

The Requires

 

The Development Requires

client mining ethos ethosdistro

03/02 2018

dev-development

dev-development https://github.com/rkirkels/ethos-api-client

A PHP client to connect to your ethOS mining rig through the Ethos Panel API

  Sources   Download

MIT

The Requires

 

The Development Requires

client mining ethos ethosdistro

03/02 2018

V1.0.0

1.0.0.0 https://github.com/rkirkels/ethos-api-client

A PHP client to connect to your ethOS mining rig through the Ethos Panel API

  Sources   Download

MIT

The Requires

 

The Development Requires

client mining ethos ethosdistro