以太坊-PHP 是的类型化PHP-7.1 +接口。 查看最新的。 在文件中添加库 { " minimum-stability " :"dev", " autoload " : { " psr-4 " : { " Ethereum\\ " : " src/ " } }, " repositories " : [ { " type " : " git " , " url " : " https://github.com/digitaldonkey/ethereum-php.git " } ], " re
2021-09-05 19:24:05 354KB php ethereum smart-contracts ethereum-client
1
适用于PHP的以太坊客户端 PHP版本以太坊JSON RPC客户端。 可通过简单的添加合约地址和ABI来方便的调用合约内部的方法,对于需要对交易签名的请求,客户端会自动完成。 支持对事件(日志)的监听,但需要通过计时器执行\Ethereum\Client::synchronizer->sync()方法来替换,当有事件到达会执行自定义的并发传递一个\Ethereum\Types\Event的实例,该实例包含了反序列化后的事件输入和相关的区块链,交易数据。 JSON RPC API实现度 已实现 eth_ * 净_* web3_ * 未实现 嘘* 依赖 php-64bit: ^7.2 ext-
2021-02-05 15:10:43 51KB php ethereum ethereum-client web3
1