therob3000 / eobot-php

A PHP library for communicating with the Eobot cloud bitcoin mining service (https://www.eobot.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eobot PHP client

Build Status Coverage Status

This simple PHP client communicates with the Eobot Cloud Bitcoin mining service to manage your mining. For more information about Eobot, see https://www.eobot.com

Usage

use RickDenHaan\Eobot;

try {
    $client = Eobot\Client($userId);
    $currentlyMining = $client->getMiningMode();
    $client->setMiningMode(Eobot\Client::COIN_LITECOIN, $userName, $password);
} catch (\Exception $exception) {
    // something went wrong, fix it and try again!
}

If you find any bugs, please raise an issue on Github.

Happy coding!

About

A PHP library for communicating with the Eobot cloud bitcoin mining service (https://www.eobot.com)


Languages

Language:PHP 100.0%