PHPackages                             kunstmaan/libphp-multichain - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. kunstmaan/libphp-multichain

ActiveLibrary[HTTP &amp; Networking](/categories/http)

kunstmaan/libphp-multichain
===========================

Unofficial PHP library for interacting with the Multichain JsonRPC interface

v1.1.0(9y ago)312.9k28[9 issues](https://github.com/Kunstmaan/libphp-multichain/issues)[2 PRs](https://github.com/Kunstmaan/libphp-multichain/pulls)1MITPHPPHP &gt;=5.4.0

Since Dec 30Pushed 8y ago8 watchersCompare

[ Source](https://github.com/Kunstmaan/libphp-multichain)[ Packagist](https://packagist.org/packages/kunstmaan/libphp-multichain)[ RSS](/packages/kunstmaan-libphp-multichain/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (4)Used By (1)

Unofficial PHP library for interacting with the Multichain JsonRPC interface
============================================================================

[](#unofficial-php-library-for-interacting-with-the-multichain-jsonrpc-interface)

This library provides a simple way to work with Multichain JsonRPC interface. The entire API is implemented and the tests contain easy to follow examples on performing most of the operations.

[![Build Status](https://camo.githubusercontent.com/70fb68c5e82087baf8d125ab96236386cda0704632549d750d5e8bacee01d362/68747470733a2f2f7472617669732d63692e6f72672f4b756e73746d61616e2f6c69627068702d6d756c7469636861696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Kunstmaan/libphp-multichain)[![Latest Stable Version](https://camo.githubusercontent.com/af883e187ad49860a228082eee85ec86553be8cbba8b36c1b8078210f62fa111/68747470733a2f2f706f7365722e707567782e6f72672f6b756e73746d61616e2f6c69627068702d6d756c7469636861696e2f762f737461626c65)](https://packagist.org/packages/kunstmaan/libphp-multichain)[![Latest Unstable Version](https://camo.githubusercontent.com/e5e5c1022abd2fe6dae57fb1a8367b7dfa280c154abc6112e0e9c679eee48989/68747470733a2f2f706f7365722e707567782e6f72672f6b756e73746d61616e2f6c69627068702d6d756c7469636861696e2f762f756e737461626c65)](https://packagist.org/packages/kunstmaan/libphp-multichain)[![Total Downloads](https://camo.githubusercontent.com/47116156a26df8b9892d5519f59deb56601ffabd9d359c2fd0ac77bd69c2ea56/68747470733a2f2f706f7365722e707567782e6f72672f6b756e73746d61616e2f6c69627068702d6d756c7469636861696e2f646f776e6c6f616473)](https://packagist.org/packages/kunstmaan/libphp-multichain)[![Monthly Downloads](https://camo.githubusercontent.com/832b850bf47c886dcb619b2c8216cb2dd81eacb5a8c3d74aae3647593015df83/68747470733a2f2f706f7365722e707567782e6f72672f6b756e73746d61616e2f6c69627068702d6d756c7469636861696e2f642f6d6f6e74686c79)](https://packagist.org/packages/kunstmaan/libphp-multichain)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/6615c62c19a3dbde710c724d55c041b1ca609572c759230ad4fbb644ffb78a89/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4b756e73746d61616e2f6c69627068702d6d756c7469636861696e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Kunstmaan/libphp-multichain/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/265bdc8166867081f3f43bb16a88a1f83e8c1db06be0ab73854508706dad254a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4b756e73746d61616e2f6c69627068702d6d756c7469636861696e2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Kunstmaan/libphp-multichain/?branch=master)[![License](https://camo.githubusercontent.com/8f67121508885492753ddab97fbcacfab01bf7be845e310d8515f4d3cbb3dcea/68747470733a2f2f706f7365722e707567782e6f72672f6b756e73746d61616e2f6c69627068702d6d756c7469636861696e2f6c6963656e7365)](https://packagist.org/packages/kunstmaan/libphp-multichain)

Example usage
-------------

[](#example-usage)

```
$client = MultichainClient("http://:8000", 'multichainrpc', '79pgKQusiH3VDVpyzsM6e3kRz6gWNctAwgJvymG3iiuz', 3);
$address = $client->setDebug(true)->getNewAddress();

```

See more examples and documentation in the tests folder.

Installing libphp-multichain
----------------------------

[](#installing-libphp-multichain)

The recommended way to install this library through Composer. Run the Composer command to install the latest stable version:

```
composer require kunstmaan/libphp-multichain

```

Need a development Blockchain and like Docker?
----------------------------------------------

[](#need-a-development-blockchain-and-like-docker)

Take a look at [these Docker images](https://github.com/Kunstmaan/docker-multichain) we have built.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~185 days

Total

3

Last Release

3468d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/62ecb43e61751f5fc28256b948ef82f76704338a102d5122b2a6b355e8e972df?d=identicon)[Kunstmaan](/maintainers/Kunstmaan)

---

Top Contributors

[![daanporon](https://avatars.githubusercontent.com/u/71901?v=4)](https://github.com/daanporon "daanporon (13 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kunstmaan-libphp-multichain/health.svg)

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M92](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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