PHPackages                             btccom/ezbitcoind-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. btccom/ezbitcoind-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

btccom/ezbitcoind-php
=====================

v0.0.3(8y ago)2291MITPHPPHP &gt;=5.6

Since Jul 12Pushed 8y ago3 watchersCompare

[ Source](https://github.com/btccom/ezbitcoind-php)[ Packagist](https://packagist.org/packages/btccom/ezbitcoind-php)[ RSS](/packages/btccom-ezbitcoind-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

BitcoindRPC
===========

[](#bitcoindrpc)

This is a very basic wrapper around to simply add convenient methods for the available RPC commands.

Much credit and thanks to  for writing `nbobtc/bitcoind-php`, unfortunately in `v2` he decided to keep things clean and testable and require a rather verbose syntax to use the lib.
Most of the code in this lib is taken from his `v1` where he still had a method for each command.

Example
-------

[](#example)

```
require __DIR__ . "/vendor/autoload.php";

$rpc = new Btccom\BitcoindRPC\BitcoindRPC("http://rpcuser:rpcpassword@localhost:18332");

var_dump($rpc->getInfo()['blocks']);
var_dump($rpc->getBlockCount());
var_dump($rpc->getBlockHash($rpc->getBlockCount()));
var_dump(count($rpc->getBlock($rpc->getBlockHash($rpc->getBlockCount()))['tx']));
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity50

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

Every ~0 days

Total

3

Last Release

3229d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/763cdc5cc50414bacd4ff1080eede79432f7c3cc26a3d8aa9031b1537a8bd734?d=identicon)[thomaskerin](/maintainers/thomaskerin)

![](https://www.gravatar.com/avatar/79903c0b4fe49636ad911a8371463b4ae41dc007801921324567b68ac70529b8?d=identicon)[blocktrail](/maintainers/blocktrail)

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

---

Top Contributors

[![rubensayshi](https://avatars.githubusercontent.com/u/649160?v=4)](https://github.com/rubensayshi "rubensayshi (3 commits)")

### Embed Badge

![Health badge](/badges/btccom-ezbitcoind-php/health.svg)

```
[![Health](https://phpackages.com/badges/btccom-ezbitcoind-php/health.svg)](https://phpackages.com/packages/btccom-ezbitcoind-php)
```

###  Alternatives

[tysonandre/var_representation_polyfill

Polyfill for var\_representation: convert a variable to a string in a way that fixes the shortcomings of var\_export

146.4M](/packages/tysonandre-var-representation-polyfill)

PHPackages © 2026

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