Download the PHP package kunstmaan/libphp-multichain without Composer
On this page you can find all versions of the php package kunstmaan/libphp-multichain. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kunstmaan/libphp-multichain
More information about kunstmaan/libphp-multichain
Files in kunstmaan/libphp-multichain
Download kunstmaan/libphp-multichain
More information about kunstmaan/libphp-multichain
Files in kunstmaan/libphp-multichain
Vendor kunstmaan
Package libphp-multichain
Short Description Unofficial PHP library for interacting with the Multichain JsonRPC interface
License MIT
Package libphp-multichain
Short Description Unofficial PHP library for interacting with the Multichain JsonRPC interface
License MIT
Please rate this library. Is it a good library?
Informations about the package libphp-multichain
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.
Example usage
$client = MultichainClient("http://<chainurl>:8000", 'multichainrpc', '79pgKQusiH3VDVpyzsM6e3kRz6gWNctAwgJvymG3iiuz', 3);
$address = $client->setDebug(true)->getNewAddress();
See more examples and documentation in the tests folder.
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?
Take a look at these Docker images we have built.
All versions of libphp-multichain with dependencies
PHP Build Version
Package Version
The package kunstmaan/libphp-multichain contains the following files
Loading the files please wait ....