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 6y 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 today

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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M478](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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