PHPackages                             jestesmining/chia-client-php - 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. jestesmining/chia-client-php

AbandonedLibrary[API Development](/categories/api)

jestesmining/chia-client-php
============================

Provides support for interacting with chia nodes via RPC interface

472[1 issues](https://github.com/JEstesMining/chia-client-php/issues)PHP

Since May 24Pushed 5y agoCompare

[ Source](https://github.com/JEstesMining/chia-client-php)[ Packagist](https://packagist.org/packages/jestesmining/chia-client-php)[ RSS](/packages/jestesmining-chia-client-php/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Chia RPC Client
===============

[](#chia-rpc-client)

This library allows you to communicate with a Chia RPC server.

Installation
============

[](#installation)

`composer require jestesmining/chia-client-php:0.1.x-dev`

Usage
=====

[](#usage)

```
use JEstesMining\Component\Chia;

$chia = new Chia\FullNode('https://127.0.0.1:8555', [
    'local_cert' => '/path/to/.chia/mainnet/config/ssl/full_node/private_full_node.crt',
    'local_pk'   => '/path/to/.chia/mainnet/config/ssl/full_node/private_full_node.key',
]);

// @var array $state
$state = $chia->getBlockchainState();
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/447419?v=4)[Joshua Estes](/maintainers/joshuaestes)[@JoshuaEstes](https://github.com/JoshuaEstes)

---

Top Contributors

[![JoshuaEstes](https://avatars.githubusercontent.com/u/447419?v=4)](https://github.com/JoshuaEstes "JoshuaEstes (12 commits)")

---

Tags

chiachia-blockchainphpphp-library

### Embed Badge

![Health badge](/badges/jestesmining-chia-client-php/health.svg)

```
[![Health](https://phpackages.com/badges/jestesmining-chia-client-php/health.svg)](https://phpackages.com/packages/jestesmining-chia-client-php)
```

###  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

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

PHPackages © 2026

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