PHPackages                             merkeleon/php-cryptocurrency-address-validation - 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. merkeleon/php-cryptocurrency-address-validation

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

merkeleon/php-cryptocurrency-address-validation
===============================================

Cryptocurrency address validation. Currently supports litecoin and bitcoin.

v2.0.7(2y ago)20343.0k—9.9%32[1 PRs](https://github.com/Merkeleon/php-cryptocurrency-address-validation/pulls)PHPPHP ^8.2

Since Jul 31Pushed 2y ago3 watchersCompare

[ Source](https://github.com/Merkeleon/php-cryptocurrency-address-validation)[ Packagist](https://packagist.org/packages/merkeleon/php-cryptocurrency-address-validation)[ RSS](/packages/merkeleon-php-cryptocurrency-address-validation/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (28)Used By (0)

php-cryptocurrency-address-validation
=====================================

[](#php-cryptocurrency-address-validation)

Easy to use PHP Bitcoin and Litecoin address validator. One day I will add other crypto currencies. Or how about you? :)

Installation
------------

[](#installation)

=======

```
composer require merkeleon/php-cryptocurrency-address-validation

```

Usage
-----

[](#usage)

```
use Merkeleon\PhpCryptocurrencyAddressValidation\Enums\CurrencyEnum;use Merkeleon\PhpCryptocurrencyAddressValidation\Validator;

$validator = Validator::make(CurrencyEnum::BITCOIN);
var_dump($validator->isValid('1QLbGuc3WGKKKpLs4pBp9H6jiQ2MgPkXRp'));
```

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity47

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity86

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

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

Every ~89 days

Recently: every ~37 days

Total

27

Last Release

899d ago

Major Versions

0.0.1 → 1.0.02017-11-09

v1.2.7 → v2.0.02023-06-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/67367ba1ddf92188001cbb69abd0882cc96a31ad576a3a2ab8e0ff1b456ac066?d=identicon)[androzd](/maintainers/androzd)

---

Top Contributors

[![androzd](https://avatars.githubusercontent.com/u/5602887?v=4)](https://github.com/androzd "androzd (41 commits)")[![LiquidCats](https://avatars.githubusercontent.com/u/57875222?v=4)](https://github.com/LiquidCats "LiquidCats (37 commits)")[![codeator](https://avatars.githubusercontent.com/u/99560?v=4)](https://github.com/codeator "codeator (15 commits)")[![murich](https://avatars.githubusercontent.com/u/619908?v=4)](https://github.com/murich "murich (3 commits)")[![ilyashabanov-cp](https://avatars.githubusercontent.com/u/240503067?v=4)](https://github.com/ilyashabanov-cp "ilyashabanov-cp (1 commits)")[![asovetnikov](https://avatars.githubusercontent.com/u/17218365?v=4)](https://github.com/asovetnikov "asovetnikov (1 commits)")[![mehrshaddarzi](https://avatars.githubusercontent.com/u/949491?v=4)](https://github.com/mehrshaddarzi "mehrshaddarzi (1 commits)")[![romikring](https://avatars.githubusercontent.com/u/991710?v=4)](https://github.com/romikring "romikring (1 commits)")[![sonofliberty](https://avatars.githubusercontent.com/u/7058895?v=4)](https://github.com/sonofliberty "sonofliberty (1 commits)")[![dancer-st](https://avatars.githubusercontent.com/u/9339840?v=4)](https://github.com/dancer-st "dancer-st (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/merkeleon-php-cryptocurrency-address-validation/health.svg)

```
[![Health](https://phpackages.com/badges/merkeleon-php-cryptocurrency-address-validation/health.svg)](https://phpackages.com/packages/merkeleon-php-cryptocurrency-address-validation)
```

###  Alternatives

[carsdotcom/laravel-json-schema

Json Schema validation for Laravel projects

1036.7k3](/packages/carsdotcom-laravel-json-schema)

PHPackages © 2026

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