Libraries tagged by eip-1559
amashukov/eth-php
0 Favers
708 Downloads
708 Downloads
Standalone Ethereum / EVM SDK for PHP — Keccak-256, secp256k1 + ECDSA (RFC 6979), RLP, EIP-1559 offline signing, ABI calldata encoder, and an ethers.js-style JSON-RPC client. Umbrella package pulling the full pure-PHP EVM stack.
amashukov/eip1559-tx-signer-php
0 Favers
727 Downloads
727 Downloads
EIP-1559 (Type-2) raw transaction assembly + RFC 6979 deterministic ECDSA signing in pure PHP. Address derivation from a secp256k1 private key.
farbcode/laravel-evm
4 Favers
566 Downloads
566 Downloads
Simple, Reliable Ethereum Integration for Laravel
amashukov/eth-rpc-client-php
0 Favers
364 Downloads
364 Downloads
Ethereum JSON-RPC client in pure PHP — raw eth_* mirror (EthRpcClient) + ethers.js v6-flavoured facade (JsonRpcProvider) over any PSR-18 client. Typed Value Objects (transaction + receipt bundle, block, fee data, fee history, logs), bigint-safe hex/decimal helpers.