正在运行一个Hyperliquid 节点吗?通过Hyperliquid 对等连接,为区块和满内存池启用直连路径。
了解更多通过 SOC 2 II 类认证 · ISO 27001
web3.php is a PHP library designed to facilitate interaction with the Ethereum blockchain and its ecosystem. It provides native support for ABI (Application Binary Interface) parsing, enabling developers to deploy, call, and manage smart contracts directly from PHP applications. The library supports multiple Ethereum JSON-RPC providers, including HTTP, WebSocket, and asynchronous HTTP providers, allowing flexible integration depending on the developer's environment and performance needs.
The tool is primarily aimed at PHP developers building decentralized applications (dapps), backend services, or enterprise blockchain integrations that require Ethereum blockchain connectivity. It supports common Ethereum modules such as eth, net, and personal, and offers batch request capabilities to optimize network calls. Developers can deploy contracts, estimate gas, call contract functions, and send transactions with callback-based asynchronous handling, which fits PHP's execution model.
web3.php distinguishes itself by being one of the few mature PHP SDKs for Ethereum, supporting both synchronous and asynchronous calls, and providing detailed contract interaction features including bytecode deployment and gas estimation. It integrates easily with local Ethereum nodes or remote providers and supports callback references to handle asynchronous responses in PHP's context. The project is open source under the MIT license, actively maintained, and includes CI workflows and community support via Gitter. Developers can get started quickly using Composer for installation and can run local Ethereum testnets using tools like eth-dock for development and testing.
PHP developers lack a native, comprehensive SDK to interact with Ethereum blockchain features such as smart contract deployment, ABI parsing, and JSON-RPC communication. Existing tools often focus on JavaScript or other languages, leaving PHP backend integrations cumbersome or incomplete.
Uses PHP callbacks to handle asynchronous JSON-RPC responses, fitting PHP's execution model.
Includes eth, net, and personal modules for comprehensive Ethereum node interaction.
MIT licensed with continuous integration, community chat, and contributor activity.
Developers use web3.php to connect PHP backend services to Ethereum nodes for querying blockchain data, managing accounts, and interacting with smart contracts.
Teams deploy and manage Ethereum smart contracts directly from PHP environments, including gas estimation and transaction handling.
Enterprise developers leverage web3.php to build decentralized finance (DeFi) platforms or blockchain-enabled enterprise applications using PHP stacks.
支持80多条链的免费RPC服务。30秒endpoint 即可部署一个endpoint 。
探索 Web3PHP 之类的 Web3 竞争对手和应用程序。







开源 | |
|---|---|
| 价格(每月) | 免费 |
| 价格(年度) | 免费 |
| 消息 | 不适用 |
| 支持 | 通过 GitHub 和 Gitter 获得社区支持 |
| 分析 |
可靠的 RPC、强大的 API,且完全省心。
The primary resource for web3.php is its GitHub repository, which includes installation instructions, usage examples, and community support channels. It also links to eth-dock, a Docker-based local Ethereum testnet environment useful for development and testing.