btelle/ethereum-rpc
Composer 安装命令:
composer require btelle/ethereum-rpc
包简介
A PHP interface to the geth JSON-RPC API. All documented API functions are present.
README 文档
README
A PHP interface to the geth JSON-RPC API. All documented API functions are present.
Usage
// include the class file
require 'ethereum.php';
// create a new object
$ethereum = new Ethereum('127.0.0.1', 8545);
// do your thing
echo $ethereum->net_version();
See test/test.php for a complete example.
Function documentation
For documentation on functionality, see the Ethereum RPC documentation
统计信息
- 总下载量: 39
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-12-12