PHPackages                             czpechy/claymore-api - 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. czpechy/claymore-api

ActiveLibrary[API Development](/categories/api)

czpechy/claymore-api
====================

Get your miner stats from Claymore Dual Miner

v1.1.4(7y ago)9961[3 issues](https://github.com/czPechy/ClaymoreJsonPHP/issues)BSD-3-ClausePHPPHP &gt;=5.4.0

Since Jan 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/czPechy/ClaymoreJsonPHP)[ Packagist](https://packagist.org/packages/czpechy/claymore-api)[ Docs](https://github.com/czPechy/ClaymoreJsonPHP)[ RSS](/packages/czpechy-claymore-api/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (7)Used By (0)

[![GitHub version](https://camo.githubusercontent.com/0d3929d01e2738c4cf9f9822dd27c2ef64077b1e692f4a006825b1d76f3495ec/68747470733a2f2f62616467652e667572792e696f2f67682f637a5065636879253246436c61796d6f72654a736f6e5048502e737667)](http://badge.fury.io/gh/czPechy%2FClaymoreJsonPHP)[![travis-ci.com](https://camo.githubusercontent.com/d4f49b8716936dd28bcb889a4c4bc89faaeda4e513d684347dc2da49d9b96ad9/68747470733a2f2f7472617669732d63692e636f6d2f637a50656368792f436c61796d6f72654a736f6e5048502e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/czPechy/ClaymoreJsonPHP)[![codecov.io](https://camo.githubusercontent.com/8c192b8148a62b145f7ad4fac2ce601c16e51036fd01d82f391b887d77d93c9b/68747470733a2f2f636f6465636f762e696f2f6769746875622f637a50656368792f436c61796d6f72654a736f6e5048502f636f7665726167652e7376673f6272616e63683d6d6173746572)](https://codecov.io/github/czPechy/ClaymoreJsonPHP?branch=master)

ClaymoreJsonPHP
===============

[](#claymorejsonphp)

Get JSON stats from Claymore Dual Miner

Install with composer
=====================

[](#install-with-composer)

```
$ composer require czpechy/claymore-api
```

How to use
==========

[](#how-to-use)

```
$host = '192.168.1.1:3333'; // IP address & port for your miner (black console claymore response)
$client = new \czPechy\Claymore\Client($host);

echo $client->getJson(); // or $client->getData() for object
```

Result
======

[](#result)

```
{
  "version": "10.0 - ETH",
  "runtime": {
    "minutes": 1332,
    "start": "2018-01-16 20:49:41"
  },
  "eth": {
    "hashrate": 115156,
    "shares": {
      "accepted": 873,
      "rejected": 0
    }
  },
  "dcr": {
    "hashrate": 0,
    "shares": {
      "accepted": 0,
      "rejected": 0
    }
  },
  "pool": "eth-eu1.nanopool.org:9999",
  "gpus": [
    {
      "title":"GPU0",
      "name":"GeForce GTX 1070 Ti, 8192 MB available, 19 compute units, capability: 6.1",
      "hashrate": {
        "eth": 28735,
        "dcr": null
      },
      "temp": 66,
      "fan": 77,
      "shares": 30
    },
    {
      "title": "GPU1",
      "name":"GeForce GTX 1070 Ti, 8192 MB available, 19 compute units, capability: 6.1",
      "hashrate": {
        "eth": 28814,
        "dcr": null
      },
      "temp": 77,
      "fan": 60,
      "shares": 30
    },
    {
      "title": "GPU2",
      "name":"GeForce GTX 1070 Ti, 8192 MB available, 19 compute units, capability: 6.1",
      "hashrate": {
        "eth": 28816,
        "dcr": null
      },
      "temp": 60,
      "fan": 71,
      "shares": 30
    },
    {
      "title": "GPU3",
      "name":"GeForce GTX 1070 Ti, 8192 MB available, 19 compute units, capability: 6.1",
      "hashrate": {
        "eth": 28790,
        "dcr": null
      },
      "temp": 71,
      "fan": 45,
      "shares": 30
    }
  ]
}
```

Donate me &lt;3
===============

[](#donate-me-3)

```
ETH: 0x7D771A56735500f76af15F589155BDC91613D4aB
UBIQ: 0xAC08C7B9F06EFb42a603d7222c359e0fF54e0a13

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

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 ~40 days

Recently: every ~12 days

Total

6

Last Release

2885d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c49ea6ea81b402b18b1df7163579617109f572645cb3465097c508fca58f743b?d=identicon)[czPechy](/maintainers/czPechy)

---

Top Contributors

[![czPechy](https://avatars.githubusercontent.com/u/8396185?v=4)](https://github.com/czPechy "czPechy (25 commits)")

---

Tags

api-clientapi-gatewayclaymoreclaymore-minerjsonphpphp-library

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/czpechy-claymore-api/health.svg)

```
[![Health](https://phpackages.com/badges/czpechy-claymore-api/health.svg)](https://phpackages.com/packages/czpechy-claymore-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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