m8b/ether-binder
最新稳定版本:v0.2.1-rc
Composer 安装命令:
composer require m8b/ether-binder
包简介
Set of utilities for interacting with Ethereum and it's smart contracts with PHP, with generating ABI bindings and Ethereum-related types
README 文档
README
Unchain the full potential of Ethereum in PHP. Send transactions, tap into RPCs, and even generate ABI bindings just like you would with geth's abigen. Built for modern PHP 8.2!
🚀 Features
- Modern PHP: Utilizes PHP 8.2 features for cleaner, more robust code.
- ABIGen: A PHP counterpart to geth's ABIGen for contract bindings.
- Ethereum Types: Custom objects like
Hash,Address, and more. - RPC Support: Range of RPC methods to talk to Ethereum nodes.
- Strongly Typed: No more guessing games. Type hinting all the way.
🔧 Requirements
- PHP 8.2+
- Composer 2.2+
💾 Installation
Just use Composer. Install the beta version for now.
composer require m8b/ether-binder:v0.2.0-rc
📖 Documentation
- Quick Start: Grab code snippets from examples.
- Read About Components: Check out the docs for the full docs.
🚧 Status
Caution: The library is still in its pre-release stage. Perfect for tinkering but not ready for prime time.
Feature Board
| feature | status |
|---|---|
| RPC HTTP | ✅ Done |
| Transactions, serializing / deserializing | ✅ Done |
| RLP encoder / decoder | ✅ Done |
| RPC Eth_ | ✅ Done |
| Signing txn | ✅ Done |
| RPC Net_ | ✅ Done |
| RPC Web3_ | ✅ Done |
| Wallet (pk raw) | ✅ Done |
| Wallet (pk mnemonic) | ✅ Done |
| Signing msg | ✅ Done |
| Contract bindings (akin to abigen) | ✅ Done |
| Documentation (in-code) | ✅ Done |
| Documentation (generated from in-code) | ✅ Done |
| Documentation (standalone) | ✅ Done |
| RPC Net_ filters | ✅ Done |
| Wallet (pk .json) | ⚠️ Separate lib |
A Note on JSON Keystore
Due to performance constraints with scrypt in PHP, JSON keystore support is a library, which requires scrypt pecl extension.
📜 License
Mozilla Public License 2.0
Missing something? Post an issue.
统计信息
- 总下载量: 52
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MPL-2.0
- 更新时间: 2023-09-14