PHPackages                             andkom/ethereum-address - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. andkom/ethereum-address

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

andkom/ethereum-address
=======================

A simple Ethereum address encoder/validator written in PHP.

1.0.0(7y ago)22345MITPHPPHP ^7.0

Since Dec 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/andkom/php-ethereum-address)[ Packagist](https://packagist.org/packages/andkom/ethereum-address)[ RSS](/packages/andkom-ethereum-address/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

PHP Ethereum Address
--------------------

[](#php-ethereum-address)

A simple Ethereum address encoder/validator written in PHP.

### Installation

[](#installation)

```
composer require andkom/ethereum-address
```

### Usage

[](#usage)

Encode public key into address:

```
$address = Address:encode($pubKey);
```

Validate address:

```
$isValid = Address::isValid($address);
```

Convert address into case-sensitive checksum address:

```
$checksumAddress = Address::toChecksumAddress($address);
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2699d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec653e6695015eb0781b3b4fbd07e72b67ea8969b38a922ceb8011a0f60900f6?d=identicon)[andkom](/maintainers/andkom)

---

Top Contributors

[![andkom](https://avatars.githubusercontent.com/u/150830?v=4)](https://github.com/andkom "andkom (1 commits)")

---

Tags

encoderethereumethereum-addressethereum-librarygeneratorvalidationvalidatoraddressgeneratorencoderethereum

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/andkom-ethereum-address/health.svg)

```
[![Health](https://phpackages.com/badges/andkom-ethereum-address/health.svg)](https://phpackages.com/packages/andkom-ethereum-address)
```

###  Alternatives

[respect/validation

The most awesome validation engine ever created for PHP

5.9k37.4M381](/packages/respect-validation)[seld/jsonlint

JSON Linter

1.3k217.8M206](/packages/seld-jsonlint)[composer/spdx-licenses

SPDX licenses list and validation library.

1.4k184.2M25](/packages/composer-spdx-licenses)[opis/json-schema

Json Schema Validator for PHP

64236.9M185](/packages/opis-json-schema)[laminas/laminas-validator

Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria

15544.9M188](/packages/laminas-laminas-validator)[ergebnis/json-schema-validator

Provides a JSON schema validator, building on top of justinrainbow/json-schema.

3626.9M7](/packages/ergebnis-json-schema-validator)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
