Libraries tagged by evm
farbcode/laravel-evm
530 Downloads
Simple, Reliable Ethereum Integration for Laravel
dek-cz/evm
4437 Downloads
Nette event manager based on doctrine event manager.
phpmac/ethers-php
298 Downloads
PHP SDK for Ethereum, inspired by ethers.js v6
amashukov/secp256k1-php
162 Downloads
secp256k1 elliptic-curve arithmetic + RFC 6979 deterministic ECDSA sign / verify / recover in pure PHP on ext-gmp.
amashukov/rlp-php
162 Downloads
RLP (Recursive Length Prefix) encoder and decoder in pure PHP — Ethereum's canonical serialization for transactions, blocks, and state trie.
amashukov/keccak-php
184 Downloads
Keccak-256 and SHA-3 family permutations in pure PHP.
amashukov/eth-rpc-client-php
153 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
143 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
153 Downloads
EIP-1559 (Type-2) raw transaction assembly + RFC 6979 deterministic ECDSA signing in pure PHP. Address derivation from a secp256k1 private key.
amashukov/abi-encoder-php
163 Downloads
Solidity ABI calldata encoder in pure PHP — function selectors plus static (address/uint/int/bytesN) and dynamic (string/bytes) types, byte-for-byte equivalent to ethers.js v6.
danielmabadeje/php-solidity
0 Downloads
Write Ethereum smart contracts in PHP — a PHP-to-Solidity transpiler
evmv/telegram-bundle
32 Downloads
A bundle for telegram bot
multiplechain/evm-chains
29 Downloads
EVM Based Chains
fgct/nab_evm_3d_secure
221 Downloads
EMV 3D secure package
amashukov/blockchain-context-bundle
0 Downloads
Symfony 7 bundle wiring the pure-PHP TON + EVM SDKs (amashukov/ton-php + amashukov/eth-php) into an application — autowired signature verification (EIP-191 + Ed25519/TonConnect), AES-256-GCM private-key encryption, and an HD deposit-wallet deriver port.