PHPackages                             alleochain/multichain-jsonrpc - 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. alleochain/multichain-jsonrpc

ActiveLibrary[API Development](/categories/api)

alleochain/multichain-jsonrpc
=============================

Multichain JSON-RPC Client

v0.3.7(4y ago)01.2kMITPHPPHP &gt;=7.0

Since Mar 19Pushed 4y ago2 watchersCompare

[ Source](https://github.com/alleochain/multichain-json-rpc)[ Packagist](https://packagist.org/packages/alleochain/multichain-jsonrpc)[ RSS](/packages/alleochain-multichain-jsonrpc/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (17)Versions (12)Used By (0)

multichain-jsonrpc
==================

[](#multichain-jsonrpc)

About
-----

[](#about)

Multichain JsonRPC Client class allows to interact with a JSON RPC blockchain APIs by sending the commands and getting back response arrays of data.

This implementation also allows to work with MultiChain () blockchain platform by providing chain name during the initialization of the instance.

As none of the blockchain APIs are directly defined in the Client, but instead a proxy via magic method is used, it should be possible to use this client with more or less any blockchain JSON-RPC service.

Developed by AlleoChain Ltd ()

Usage Example
-------------

[](#usage-example)

```
# Create new instance
$instance = new AlleoChain\Multichain\JsonRPC\Client([
    'url'  => 'http://127.0.0.1:7208',
    'user'  => 'rpcuser',
    'pass'  => 'rpcpass',
    'chain' => 'test'
]);

# Get blockchain info
print_r($instance->getinfo());

# For MultiChain streams
print_r($instance->liststreamitems('test_stream'));
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.3% 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 ~53 days

Recently: every ~107 days

Total

10

Last Release

1766d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3cf6df002a284d78fb6e9d8222ca4d102e0832035ed6bc8447008bd234e131a4?d=identicon)[mamchenkov](/maintainers/mamchenkov)

![](https://www.gravatar.com/avatar/74e4b8159e5f67e7665b9c81d773baa646ec787cb5965c363fcb03367ed946dc?d=identicon)[georgec20001](/maintainers/georgec20001)

---

Top Contributors

[![georgeconstantinou](https://avatars.githubusercontent.com/u/1926811?v=4)](https://github.com/georgeconstantinou "georgeconstantinou (62 commits)")[![alex-mamchenkov](https://avatars.githubusercontent.com/u/850074?v=4)](https://github.com/alex-mamchenkov "alex-mamchenkov (4 commits)")[![flangofas](https://avatars.githubusercontent.com/u/1227351?v=4)](https://github.com/flangofas "flangofas (4 commits)")[![mamchenkov](https://avatars.githubusercontent.com/u/437928?v=4)](https://github.com/mamchenkov "mamchenkov (1 commits)")

---

Tags

jsonrpcblockchain

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/alleochain-multichain-jsonrpc/health.svg)

```
[![Health](https://phpackages.com/badges/alleochain-multichain-jsonrpc/health.svg)](https://phpackages.com/packages/alleochain-multichain-jsonrpc)
```

###  Alternatives

[sergeyfast/eazy-jsonrpc

PHP JSON-RPC 2.0 Server/Client Implementation with SMD &amp; Swagger support

6164.2k](/packages/sergeyfast-eazy-jsonrpc)[drlecks/simple-web3-php

Web3 library in PHP

7641.6k2](/packages/drlecks-simple-web3-php)[tochka-developers/jsonrpc

JsonRpc extension for Laravel

2733.8k1](/packages/tochka-developers-jsonrpc)[mocking-magician/coinbase-pro-sdk

Library for coinbase pro API calls

233.2k](/packages/mocking-magician-coinbase-pro-sdk)[hardcastle/xrpl_php

PHP SDK / Client for the XRP Ledger

129.7k5](/packages/hardcastle-xrpl-php)

PHPackages © 2026

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