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 2mo ago

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 54% 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

2988d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e2826b32aa4e5fd55d24a6d4f9a30e9337a85528a07073f34a662f61f4ee221?d=identicon)[rutgerkirkels](/maintainers/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

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[gmostafa/php-graphql-client

GraphQL client and query builder.

3217.6M24](/packages/gmostafa-php-graphql-client)[kunalvarma05/dropbox-php-sdk

Dropbox PHP API V2 SDK (Unofficial)

3633.0M18](/packages/kunalvarma05-dropbox-php-sdk)[alibabacloud/client

Alibaba Cloud Client for PHP - Use Alibaba Cloud in your PHP project

2223.5M366](/packages/alibabacloud-client)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[softonic/graphql-client

Softonic GraphQL client

1343.3M7](/packages/softonic-graphql-client)

PHPackages © 2026

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