PHPackages                             arionum/json-rpc - 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. arionum/json-rpc

ActiveLibrary[API Development](/categories/api)

arionum/json-rpc
================

A limited implementation of Bitcoin's JSON-RPC functions for Arionum.

263PHP

Since Jun 17Pushed 7y agoCompare

[ Source](https://github.com/arionum/json-rpc)[ Packagist](https://packagist.org/packages/arionum/json-rpc)[ RSS](/packages/arionum-json-rpc/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

json-rpc
========

[](#json-rpc)

Limited implementation of Bitcoin's JSON-RPC functions for **Arionum ($ARO)**

This application was developed to offer an easier way to integrate Arionum into applications which already use bitcoin.

It's an alpha release and should be treated accordingly.

**Implemented functions:**

- walletpassphrase
- getnewaddress
- getbalance
- sendtoaddress
- validateaddress
- getrawtransaction \[only the json export should be used, the hex encoded version will not produce proper results due to differences in ARO\]
- listtransactions
- getblockcount
- getblockhash
- getblock
- getinfo
- getnetworkinfo
- listsinceblock

It requires an Arionum Node running on the same server.

**Setup instructions:**

1. Create a new mysql/mariadb db/user pair
2. Install and configure the arionum node
3. Copy `.env.example` to a `.env` file and and set the db credentials and the path to the node.
4. Import the contrib/db.sql to the DB
5. Run php index.php setup to setup the wallet
6. Create /etc/aro, set 700 permissions and chown to the http user (ex nginx)
7. Setup apache or nginx to listen on a new virtual host on the RPC port you wish and point it to the application's root.
8. Create a crontab on every minute as "php RPC-PATH/index.php cron"

You can use a bitcoin-cli client to check the functionality.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 64.7% 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/1899334?v=4)[Owen Voke](/maintainers/owenvoke)[@owenvoke](https://github.com/owenvoke)

---

Top Contributors

[![arionum](https://avatars.githubusercontent.com/u/34399752?v=4)](https://github.com/arionum "arionum (22 commits)")[![owenvoke](https://avatars.githubusercontent.com/u/1899334?v=4)](https://github.com/owenvoke "owenvoke (12 commits)")

### Embed Badge

![Health badge](/badges/arionum-json-rpc/health.svg)

```
[![Health](https://phpackages.com/badges/arionum-json-rpc/health.svg)](https://phpackages.com/packages/arionum-json-rpc)
```

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

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

PHPackages © 2026

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