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 3w ago

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

1821d 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

[drlecks/simple-web3-php

Web3 library in PHP

7744.0k2](/packages/drlecks-simple-web3-php)[sergeyfast/eazy-jsonrpc

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

6164.3k](/packages/sergeyfast-eazy-jsonrpc)[obuchmann/odoo-jsonrpc

PHP Odoo Json-RPC connector, prepared for laravel integration

6256.8k1](/packages/obuchmann-odoo-jsonrpc)[tochka-developers/jsonrpc

JsonRpc extension for Laravel

2934.2k2](/packages/tochka-developers-jsonrpc)[rootsoft/algorand-php

Community SDK to interact with the Algorand network, in PHP &amp; Laravel

4315.4k](/packages/rootsoft-algorand-php)[mocking-magician/coinbase-pro-sdk

Library for coinbase pro API calls

223.2k](/packages/mocking-magician-coinbase-pro-sdk)

PHPackages © 2026

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