PHPackages                             andrederoos/nicehash-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. andrederoos/nicehash-client

ActiveLibrary[API Development](/categories/api)

andrederoos/nicehash-client
===========================

REST-api client for NiceHash

v0.1-alpha(5y ago)181MITPHP

Since May 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/andrederoos/nicehash-client)[ Packagist](https://packagist.org/packages/andrederoos/nicehash-client)[ RSS](/packages/andrederoos-nicehash-client/feed)WikiDiscussions main Synced 3w ago

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

nicehash-client
===============

[](#nicehash-client)

REST-api client for NiceHash

[![Latest Version](https://camo.githubusercontent.com/e1e7084dbf12686c2bd5442594efd2f388af0b1ad813b5a9565abbd8023d081d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f616e6472656465726f6f732f6e696365686173682d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://github.com/andrederoos/nicehash-client/releases)[![Build Status](https://camo.githubusercontent.com/e75a0836f805531b7b47e2b0b5d91fe17798c279a87818998a9d79bfef482856/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616e6472656465726f6f732f6e696365686173682d636c69656e742f43493f6c6162656c3d63692532306275696c64267374796c653d666c61742d737175617265)](https://github.com/andrederoos/nicehash-client/actions?query=workflow%3ACI)

- Simple interface for executing messages for NiceHash REST api
- Abstracts away the underlying signing of requests

```
$key = 'your-api-key';
$secret = 'your-api-secret';
$organisation = 'your-organisation-id';

$client = new \NiceHashClient\NiceHashClient($key, $secret, $organisation);
$message = new \NiceHashClient\message\MessageGetAccountBalance(\NiceHashClient\object\CryptoCurrency::BTC);
$response = $client->get($message->generateRequest());

echo $response->getBody();
```

Help and docs
-------------

[](#help-and-docs)

- [NiceHash REST api documentation](https://www.nicehash.com/docs/rest)
- [Getting your api key](https://github.com/nicehash/rest-clients-demo)

Installing
----------

[](#installing)

The recommended way to install the client is through [Composer](https://getcomposer.org/).

```
composer require andrederoos/nicehash-client
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

1857d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3601011?v=4)[A. de Roos](/maintainers/andrederoos)[@andrederoos](https://github.com/andrederoos)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/andrederoos-nicehash-client/health.svg)

```
[![Health](https://phpackages.com/badges/andrederoos-nicehash-client/health.svg)](https://phpackages.com/packages/andrederoos-nicehash-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

232.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

1772.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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