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

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

vectorface/php-cryptocurrency-address-validation
================================================

Cryptocurrency address validation. Currently supports 16 coins including litecoin and bitcoin.

1.2.7(2y ago)026.4k↓44.8%PHP

Since Jul 31Pushed 2y agoCompare

[ Source](https://github.com/Vectorface/php-cryptocurrency-address-validation)[ Packagist](https://packagist.org/packages/vectorface/php-cryptocurrency-address-validation)[ RSS](/packages/vectorface-php-cryptocurrency-address-validation/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (2)Versions (21)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? :)

2021-09-17 - forked from  needed more features like TestNet vs MainNet filters on validation.

Usage
-----

[](#usage)

```
use Vectorface\PhpCryptocurrencyAddressValidation\Validation;

$validator = Validation::make('BTC');
var_dump([
  'classic' => $validator->validate('1QLbGuc3WGKKKpLs4pBp9H6jiQ2MgPkXRp'),
  'options empty (assumes Mainnet)' => $validator->validate('1QLbGuc3WGKKKpLs4pBp9H6jiQ2MgPkXRp', []),
  'options NET MAIN' => $validator->validate('1QLbGuc3WGKKKpLs4pBp9H6jiQ2MgPkXRp', [ Validation::OPT_NET => Validation::MAINNET ]),
  'options NET TEST' => $validator->validate('1QLbGuc3WGKKKpLs4pBp9H6jiQ2MgPkXRp', [ Validation::OPT_NET => Validation::TESTNET ]),
  'options NET garbage (assumes Mainnet)' => $validator->validate('1QLbGuc3WGKKKpLs4pBp9H6jiQ2MgPkXRp', [ Validation::OPT_NET => 'blah' ]),
  'options garbage (assumes Mainnet)' => $validator->validate('1QLbGuc3WGKKKpLs4pBp9H6jiQ2MgPkXRp', [ 'hammer' => 'nail' ]),
]);
```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity72

Established project with proven stability

 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 ~124 days

Recently: every ~221 days

Total

19

Last Release

1064d ago

Major Versions

0.0.1 → 1.0.02017-11-09

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/186284?v=4)[Janderson FFerreira](/maintainers/janderson)[@Janderson](https://github.com/Janderson)

---

Top Contributors

[![androzd](https://avatars.githubusercontent.com/u/5602887?v=4)](https://github.com/androzd "androzd (24 commits)")[![codeator](https://avatars.githubusercontent.com/u/99560?v=4)](https://github.com/codeator "codeator (15 commits)")[![jlcooke](https://avatars.githubusercontent.com/u/1479371?v=4)](https://github.com/jlcooke "jlcooke (7 commits)")[![murich](https://avatars.githubusercontent.com/u/619908?v=4)](https://github.com/murich "murich (3 commits)")[![francislavoie](https://avatars.githubusercontent.com/u/2111701?v=4)](https://github.com/francislavoie "francislavoie (2 commits)")[![asovetnikov](https://avatars.githubusercontent.com/u/17218365?v=4)](https://github.com/asovetnikov "asovetnikov (1 commits)")[![sonofliberty](https://avatars.githubusercontent.com/u/7058895?v=4)](https://github.com/sonofliberty "sonofliberty (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[web-auth/webauthn-lib

FIDO2/Webauthn Support For PHP

12514.0M164](/packages/web-auth-webauthn-lib)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

516113.7k3](/packages/web-auth-webauthn-framework)[toplan/laravel-sms

A mobile phone number validation solution based on laravel

83580.2k2](/packages/toplan-laravel-sms)[merkeleon/php-cryptocurrency-address-validation

Cryptocurrency address validation. Currently supports litecoin and bitcoin.

19365.9k](/packages/merkeleon-php-cryptocurrency-address-validation)[udokmeci/yii2-phone-validator

Modern Yii2 Phone validator wrapper on top of PhoneNumberUtil library also used by Android devices

36227.5k1](/packages/udokmeci-yii2-phone-validator)[snowcap/vat-validation

EU VAT number validation

10112.3k](/packages/snowcap-vat-validation)

PHPackages © 2026

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