Libraries tagged by ether
amashukov/eth-php
475 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/abi-encoder-php
503 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.
xelbot/crypto-wallet-validator
2922 Downloads
Library for validation of cryptocoin wallets
paykassa-dev/paykassa
714 Downloads
Paykassa.pro PHP SCI/API Wrapper(Official)
payerurl/binance-and-crypto-checkout
187 Downloads
Binance and crypto payment gateway
mocking-magician/coinbase-pro-sdk
3243 Downloads
Library for coinbase pro API calls
kornrunner/solidity
40560 Downloads
Pure PHP implementation of Solidity
it-healer/laravel-evm
73 Downloads
A library for Laravel that allows you to work with any EVM network (Ethereum, BSC, Polygon, ...): wallets, addresses, tokens, deposits and transfers.
farbcode/laravel-evm
559 Downloads
Simple, Reliable Ethereum Integration for Laravel
elis/xpub
526 Downloads
A simple class to derive BTC and ETH extended public keys and addresses without GMP.
cryptomkt/cryptomkt-curl-php
433 Downloads
CryptoMarket Curl PHP makes it easy integrate with CryptoMarket APIs.
amashukov/secp256k1-php
496 Downloads
secp256k1 elliptic-curve arithmetic + RFC 6979 deterministic ECDSA sign / verify / recover in pure PHP on ext-gmp.
amashukov/rlp-php
494 Downloads
RLP (Recursive Length Prefix) encoder and decoder in pure PHP — Ethereum's canonical serialization for transactions, blocks, and state trie.
amashukov/keccak-php
524 Downloads
Keccak-256 and SHA-3 family permutations in pure PHP.
amashukov/eip1559-tx-signer-php
486 Downloads
EIP-1559 (Type-2) raw transaction assembly + RFC 6979 deterministic ECDSA signing in pure PHP. Address derivation from a secp256k1 private key.