Download the PHP package lenh/laravel-multichain-api without Composer
On this page you can find all versions of the php package lenh/laravel-multichain-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lenh/laravel-multichain-api
More information about lenh/laravel-multichain-api
Files in lenh/laravel-multichain-api
Package laravel-multichain-api
Short Description Laravel 5 wrapper for the Mulitchain php library by Kunstmaan (http://www.kunstmaan.be/)
License MIT
Informations about the package laravel-multichain-api
Laravel Multichain API
Laravel 5.x API wrapper package for the Multichain blockchain. Please read the Credits.
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.
Example usage
Installation
Require the package
Add service provider class to providers
section of app.php
located in config
directory
Add facade to aliases
section of app.php
located in config
directory.
Publish configuration file
This will publish the multichain.php
configuration file to config
directory.
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
Refer to the following documentation:
-
Multichain JSON-RPC API commands (http://www.multichain.com/developers/json-rpc-api/)
-
Kunstmaan PHP library (https://github.com/Kunstmaan/libphp-multichain)
- The
MultichainClient.php
file located in thevendor/kunstmaan/libphp-multichain/src/be/kunstmaan/multichain
directory.
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).
License
The MIT License (MIT). Please see License File for more information.