Download the PHP package m8b/ether-binder without Composer
On this page you can find all versions of the php package m8b/ether-binder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download m8b/ether-binder
More information about m8b/ether-binder
Files in m8b/ether-binder
Package ether-binder
Short Description Set of utilities for interacting with Ethereum and it's smart contracts with PHP, with generating ABI bindings and Ethereum-related types
License MPL-2.0
Rated 5.00 based on 1 reviews
Informations about the package ether-binder
Ether Binder ⚡ Your PHP Gateway to Ethereum
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.
📖 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.
All versions of ether-binder with dependencies
composer-runtime-api Version ^2.2
ext-openssl Version *
ext-curl Version *
ext-ctype Version *
ext-gmp Version *
kornrunner/keccak Version ^1.1
simplito/elliptic-php Version ^1.0
furqansiddiqui/bip39-mnemonic-php Version ^0.1.7
nikic/php-parser Version ^4.17
vanilla/garden-cli Version ^4.0