PHPackages                             rutgerkirkels/ethos-api-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. rutgerkirkels/ethos-api-client

ActiveLibrary[API Development](/categories/api)

rutgerkirkels/ethos-api-client
==============================

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

1.0.1(8y ago)429MITPHPPHP &gt;=7.0

Since Feb 3Pushed 8y ago3 watchersCompare

[ Source](https://github.com/rutgerkirkels/EthosApiClientPHP)[ Packagist](https://packagist.org/packages/rutgerkirkels/ethos-api-client)[ Docs](https://github.com/rutgerkirkels/ethos-api-client)[ RSS](/packages/rutgerkirkels-ethos-api-client/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

ethOS Client for PHP
====================

[](#ethos-client-for-php)

This client makes it easy to connect to the panel of your [ethOS](http://ethosdistro.com) cryptocurrency miners.

Initiate the client:

```
$client = new \RutgerKirkels\Ethos_Api_Client\Client();
```

Get all miners the current hashrate for all miners:

```
$miners = $client->getAllMiners();

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

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~28 days

Total

2

Last Release

3039d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7009325?v=4)[Rutger Kirkels](/maintainers/rutgerkirkels)[@rutgerkirkels](https://github.com/rutgerkirkels)

---

Top Contributors

[![rutgerkirkels](https://avatars.githubusercontent.com/u/7009325?v=4)](https://github.com/rutgerkirkels "rutgerkirkels (11 commits)")

---

Tags

ethosethosdistrominingphpclientminingethosethosdistro

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rutgerkirkels-ethos-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/rutgerkirkels-ethos-api-client/health.svg)](https://phpackages.com/packages/rutgerkirkels-ethos-api-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

596.2M35](/packages/resend-resend-php)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

72287.1k1](/packages/mozex-anthropic-laravel)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
