PHPackages                             eskie/laravel-multichain-api - 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. eskie/laravel-multichain-api

ActiveProject[API Development](/categories/api)

eskie/laravel-multichain-api
============================

Multichain API for Laravel

v1.0.8(7y ago)026PHPPHP &gt;=5.4.0

Since Nov 8Pushed 7y agoCompare

[ Source](https://github.com/eskiesirius/laravel-multichain-api)[ Packagist](https://packagist.org/packages/eskie/laravel-multichain-api)[ RSS](/packages/eskie-laravel-multichain-api/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (11)Used By (0)

Laravel Multichain API
======================

[](#laravel-multichain-api)

Laravel 5.x API wrapper package for the Multichain blockchain. Please read the Credits.

Features
--------

[](#features)

- Simple Multichain JsonRPC interface.
- Full Multichain API implementation.

Note: Support for Multichain Version 2.0.

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

[](#example-usage)

```
$mchain = MultiChain::getInfo();

```

Installation
------------

[](#installation)

Require the package

```
$ composer require eskie/laravel-multichain-api
```

Laravel has auto import providers and aliases settings so you don't need to add it manually. But if there is an error please double check your `app.php`.

Manual Import of providers and aliases:

Add service provider class to `providers` section of `app.php` located in `config` directory

```
'providers' => [
        .
        .
        .
		        Eskie\Multichain\MultiChainServiceProvider::class,
]

```

Add facade to `aliases` section of `app.php` located in `config` directory.

```
'aliases' => [
        .
        .
        .
		        'MultiChain' => Eskie\Multichain\Facades\MultiChain::class,
]

```

Publish configuration file

```
$ php artisan vendor:publish --tag=config
```

This will publish the `multichain.php` configuration file to `config` directory.

Configuration
-------------

[](#configuration)

Edit `multichain.php` loated in the `config` directory providing the required credentials as per the `multichain.conf` file on the node you wish to access.

Usage
-----

[](#usage)

Refer to the following documentation:

1. Multichain JSON-RPC API commands ()

Credits
-------

[](#credits)

I take no credit for this work - the real credits go to the folks Kunstmaan Labs who wrote the original php library () and Lehn ().

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

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

Total

10

Last Release

2738d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f8fd6ad623ce4b16ae5008a5da4193a1348368eec2d7e46f5ee961ffab9813db?d=identicon)[eskiesirius](/maintainers/eskiesirius)

---

Top Contributors

[![khalidmaquilang](https://avatars.githubusercontent.com/u/120788000?v=4)](https://github.com/khalidmaquilang "khalidmaquilang (11 commits)")

---

Tags

apilaravelblockchainmultichain

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eskie-laravel-multichain-api/health.svg)

```
[![Health](https://phpackages.com/badges/eskie-laravel-multichain-api/health.svg)](https://phpackages.com/packages/eskie-laravel-multichain-api)
```

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3672.8k2](/packages/specialtactics-l5-api)

PHPackages © 2026

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