2017 © Pedro Peláez
 

library laravel-multichain-api

Laravel 5 wrapper for the Mulitchain php library by Kunstmaan (http://www.kunstmaan.be/)

image

lenh/laravel-multichain-api

Laravel 5 wrapper for the Mulitchain php library by Kunstmaan (http://www.kunstmaan.be/)

  • Tuesday, July 25, 2017
  • by LenH
  • Repository
  • 1 Watchers
  • 3 Stars
  • 113 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 12 % Grown

The README.md

Laravel Multichain API

license Packagist Build Status, (*1)

Laravel 5.x API wrapper package for the Multichain blockchain. Please read the Credits., (*2)

Features

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

Note: Support for Multichain Version 1.0 alpha 26 released on 28 November 2016 should be released early 2017., (*3)

Example usage

$mchain = MultiChain::getInfo();

Installation

Require the package ``` bash $ composer require lenh/laravel-multichain-api, (*4)

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

'providers' => [ . . . Lenh\Multichain\MultiChainServiceProvider::class, ], (*5)

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

'aliases' => [ . . . 'MultiChain' => Lenh\Multichain\Facade\MultiChain::class, ], (*6)

Publish configuration file

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

This will publish the multichain.php configuration file to config directory., (*7)

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., (*8)

Usage

Refer to the following documentation:, (*9)

  1. Multichain JSON-RPC API commands (http://www.multichain.com/developers/json-rpc-api/), (*10)

  2. Kunstmaan PHP library (https://github.com/Kunstmaan/libphp-multichain), (*11)

  3. The MultichainClient.php file located in the vendor/kunstmaan/libphp-multichain/src/be/kunstmaan/multichain directory., (*12)

Credits

I take no credit for this work - the real credits go to the folks Kunstmaan Labs who wrote the original php library (https://github.com/Kunstmaan/libphp-multichain)., (*13)

License

The MIT License (MIT). Please see License File for more information., (*14)

The Versions

25/07 2017

dev-master

9999999-dev

Laravel 5 wrapper for the Mulitchain php library by Kunstmaan (http://www.kunstmaan.be/)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Leonard Harley

laravel api blockchain multichain

10/12 2016

v1.0.0

1.0.0.0

Laravel 5 wrapper for the Mulitchain php library by Kunstmaan (http://www.kunstmaan.be/)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Leonard Harley

laravel api blockchain multichain