Libraries tagged by web3
sleepfinance/simple-web3-php
472 Downloads
Web3 library in PHP
m1guelpf/laravel-web3-login
590 Downloads
Allow your users to login with their Ethereum wallets
kgs/web3
2395 Downloads
A simple encapsulation of Web3 framework in PHP environment.
forecho/web3
473 Downloads
A PHP library for interacting with Ethereum
xqq/web3.php
804 Downloads
Ethereum web3 interface...
etica/web3.php
4717 Downloads
Ethereum web3 interface. Fork from sc0vu/web3.php because had to update dependencies
sandermuller/solana-php-sdk
158 Downloads
PHP SDK for Solana — keypairs, transactions, RPC client, and program bindings (SPL Token, SNS, System).
phpmac/ethers-php
490 Downloads
PHP SDK for Ethereum, inspired by ethers.js v6
nanqi/ethereum-php
516 Downloads
ethereum eth heco erc20 trc20 web3 keysotre bip44 infura etherscan proxy api
josephopanel/solana-php-sdk
543 Downloads
A PHP SDK for interacting with the Solana blockchain via JSON RPC and WebSocket methods.
farbcode/laravel-evm
559 Downloads
Simple, Reliable Ethereum Integration for Laravel
amashukov/eth-rpc-client-php
355 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
438 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
449 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
466 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.