Libraries tagged by eip-1559
amashukov/eth-rpc-client-php
0 Favers
341 Downloads
341 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.
amashukov/eth-php
0 Favers
328 Downloads
328 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
339 Downloads
339 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
545 Downloads
545 Downloads
Simple, Reliable Ethereum Integration for Laravel