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 today

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

1327d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36359548?v=4)[Artur Khylskyi](/maintainers/ArthurPatriot)[@ArthurPatriot](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M984](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/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.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

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

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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