PHPackages                             azizozk/wallet-address-validator - 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. azizozk/wallet-address-validator

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

azizozk/wallet-address-validator
================================

Crypto wallet address validator.

04.3k2

Since Oct 22Pushed 3y agoCompare

[ Source](https://github.com/78182648/wallet-address-validator)[ Packagist](https://packagist.org/packages/azizozk/wallet-address-validator)[ RSS](/packages/azizozk-wallet-address-validator/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Wallet Address Validator
------------------------

[](#wallet-address-validator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1f8741fab206439e246129b20d4ab580ada11171ce896bd1a68cce4c64ad6db5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617a697a6f7a6b2f77616c6c65742d616464726573732d76616c696461746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/azizozk/wallet-address-validator)[![Total Downloads](https://camo.githubusercontent.com/59649a0f1745090e273d9f949b9ee68fbb003c676378038a6cae72d399258f57/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617a697a6f7a6b2f77616c6c65742d616464726573732d76616c696461746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/azizozk/wallet-address-validator)

### Supported Assets

[](#supported-assets)

- BTC: BTC
- ETH: ERC20
- LTC: LTC
- DASH: DASH
- HOT: ERC20
- LINK: ERC20
- DOGE: DOGE
- XRP: XRP
- BAT: ERC20
- XLM: XLM
- BCH: BCH
- MKR: ERC20
- EOS: EOS
- XEM: XEM
- BTG: BTG
- ETC: ERC20
- USDT: OMNI, ERC20, TRC20
- TRX: TRC20
- BTT: TRC20
- ADA: ADA
- XMR: XMR
- ZEC: ZEC

### Usage

[](#usage)

```
$address = \WalletAddressValidator\AddressFactory::create('BTC', 'BTC', '167FQQrBLUmhfMiYSEHaBprp34fphBiLm6');
$address->isValid(); // true

```

```
$address = \WalletAddressValidator\AddressFactory::create('NONE', 'BTC', '167FQQrBLUmhfMiYSEHaBprp34fphBiLm6');
$address->isValid(); // \OutOfBoundsException

```

```
\WalletAddressValidator\Validator::isValid('BTC', 'BTC', '167FQQrBLUmhfMiYSEHaBprp34fphBiLm6'); // true

```

```
\WalletAddressValidator\Validator::isValid('NONE', 'BTC', '167FQQrBLUmhfMiYSEHaBprp34fphBiLm6'); // false

```

```
$address = \WalletAddressValidator\AddressFactory::create('XLM', 'XLM', 'GBBALM76B5OUPOZCMFCNT5PVIFV3WTUYX3VVGC7FMN4ZPQLGCG2C4X3D');
$address->setParams(['memo' => '1034560979']);
$address->isValid(); // true

```

```
\WalletAddressValidator\Validator::isValid(
   'XRP',
   'XRP',
   'ryBANkk28Mj71jRKAkt13U1X9ubztsGWZ',
   ['tag' => '851882565']
); // true

```

```
\WalletAddressValidator\Validator::$networkAliases = [
    'BTC' => [
        'SOMETHING-ELSE' => Network::BTC
    ]
];
Validator::isValid('BTC', 'SOMETHING-ELSE', '1LNkDkf4rtKRozGTpPRbPtYJnY2q5N5bFW'); // true

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 80% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d31bdd538277c2f8f3443af40138861f86de977a2835b483b73f2610298d67c?d=identicon)[78182648](/maintainers/78182648)

---

Top Contributors

[![azizozk](https://avatars.githubusercontent.com/u/1733516?v=4)](https://github.com/azizozk "azizozk (4 commits)")[![zizazk](https://avatars.githubusercontent.com/u/116919252?v=4)](https://github.com/zizazk "zizazk (1 commits)")

### Embed Badge

![Health badge](/badges/azizozk-wallet-address-validator/health.svg)

```
[![Health](https://phpackages.com/badges/azizozk-wallet-address-validator/health.svg)](https://phpackages.com/packages/azizozk-wallet-address-validator)
```

###  Alternatives

[marcosh/php-validation-dsl

A DSL for validating data in a functional fashion

483.9k](/packages/marcosh-php-validation-dsl)

PHPackages © 2026

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