PHPackages                             ecourty/ethereum-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. ecourty/ethereum-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

ecourty/ethereum-php
====================

Interact with an Ethereum node via JSON-RPC using PHP

1.1.0(1y ago)081MITPHPPHP &gt;=8.3

Since Dec 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/EdouardCourty/ethereum-php)[ Packagist](https://packagist.org/packages/ecourty/ethereum-php)[ Docs](https://github.com/EdouardCourty/ethereum-php)[ RSS](/packages/ecourty-ethereum-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Ethereum PHP
============

[](#ethereum-php)

[![PHP CI](https://github.com/EdouardCourty/ethereum-php/actions/workflows/php_ci.yml/badge.svg)](https://github.com/EdouardCourty/ethereum-php/actions/workflows/php_ci.yml)

Ethereum PHP allows you to interact with the Ethereum blockchain using PHP.
All you need to start is a running Ethereum node, with the JSON-RPC interface enabled.

### Installation

[](#installation)

Install this package using composer:

```
composer require ecourty/ethereum-php
```

### Usage

[](#usage)

**Connecting to a Node**

```
