定制 kunstmaan/libphp-multichain 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kunstmaan/libphp-multichain

最新稳定版本:v1.1.0

Composer 安装命令:

composer require kunstmaan/libphp-multichain

包简介

Unofficial PHP library for interacting with the Multichain JsonRPC interface

README 文档

README

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 Latest Stable Version Latest Unstable Version Total Downloads Monthly Downloads Scrutinizer Code Quality Code Coverage License

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.

统计信息

  • 总下载量: 2.88k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 31
  • 点击次数: 5
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 31
  • Watchers: 8
  • Forks: 28
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-12-30