PHPackages                             arthurpatriot/thepower-sdk - 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. arthurpatriot/thepower-sdk

AbandonedArchivedLibrary[API Development](/categories/api)

arthurpatriot/thepower-sdk
==========================

Production ready SDK for ThePower.io API

v0.1.1(3y ago)73MITPHPPHP ^8.1

Since Nov 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ArthurPatriot/thepower-sdk-php)[ Packagist](https://packagist.org/packages/arthurpatriot/thepower-sdk)[ RSS](/packages/arthurpatriot-thepower-sdk/feed)WikiDiscussions master Synced 1mo ago

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

ThePower.io SDK for PHP
=======================

[](#thepowerio-sdk-for-php)

Production ready SDK for ThePower.io API

Installation
------------

[](#installation)

### Install via composer

[](#install-via-composer)

```
  composer require arthurpatriot/thepower-sdk
```

### Create new API Client

[](#create-new-api-client)

```
use ThePower\PowerClient;

$client = new PowerClient('{NODE_URL}');
```

Example, `{NODE_URL}` is `https://power-node.allsteeply.com:1443`.

Usage
-----

[](#usage)

### Get Status

[](#get-status)

```
$client->status();
```

### Get Node Status

[](#get-node-status)

Get current status of the addressed node

```
$client->nodeStatus();
```

### Get Settings

[](#get-settings)

Get current chain parameters

```
$client->settings();
```

### Get Block Info

[](#get-block-info)

Get information about the block without transactions

```
$client->blockInfo('{HASH}');
```

Where `{HASH}` is hash of the block for which the information is needed.

### Get Block

[](#get-block)

Get information about the block

```
$client->block('{HASH}');
```

Where `{HASH}` hash of the block for which the information is needed.

### Where Address

[](#where-address)

The definition of chain belonging to address.

```
$client->where('{ADDRESS}');
```

Where `{ADDRESS}` is the address of the wallet in textual or binary representation in hex format.

### Get Address Info

[](#get-address-info)

Information about a wallet with a given address.

```
$client->address('{ADDRESS}');
```

Where `{ADDRESS}` is the address of the wallet in textual or binary representation in hex format.

Acknowledgements
----------------

[](#acknowledgements)

- [ThePower.io API Reference](https://doc.thepower.io/docs/Build/api/api-reference)
- [ThePower.io About](https://thepower.io)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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

1275d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/404b501616de0d858970849e8e1b8bbc59da01e1391f78fb687139a3719e7393?d=identicon)[ArthurPatriot](/maintainers/ArthurPatriot)

---

Top Contributors

[![ArthurPatriot](https://avatars.githubusercontent.com/u/36359548?v=4)](https://github.com/ArthurPatriot "ArthurPatriot (6 commits)")

---

Tags

tpthepowertpnodetpapi

### Embed Badge

![Health badge](/badges/arthurpatriot-thepower-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/arthurpatriot-thepower-sdk/health.svg)](https://phpackages.com/packages/arthurpatriot-thepower-sdk)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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