PHPackages                             raphaelcangucu/multicoin-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. raphaelcangucu/multicoin-address-validator

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

raphaelcangucu/multicoin-address-validator
==========================================

PHP library for validating cryptocurrency wallet addresses across multiple coins

v1.3.1(6mo ago)118.3k↑64.2%11MITPHPPHP &gt;=8.1

Since Jun 24Pushed 6mo agoCompare

[ Source](https://github.com/raphaelcangucu/multicoin-address-validator-php)[ Packagist](https://packagist.org/packages/raphaelcangucu/multicoin-address-validator)[ Docs](https://github.com/raphaelcangucu/multicoin-address-validator-php)[ RSS](/packages/raphaelcangucu-multicoin-address-validator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (11)Used By (1)

Multicoin Address Validator PHP
===============================

[](#multicoin-address-validator-php)

A PHP library for validating cryptocurrency wallet addresses across multiple cryptocurrencies. This library is a PHP port of the popular JavaScript [multicoin-address-validator](https://github.com/christsim/multicoin-address-validator) library, built with modern PHP practices, SOLID principles, and comprehensive OOP design.

Features
--------

[](#features)

- ✅ **90+ Cryptocurrencies Supported** - Bitcoin, Ethereum, Cardano, Solana, Ripple, and many more
- ✅ **Network Support** - Mainnet, testnet, and other network variations
- ✅ **Modern PHP 8.1+** - Built with the latest PHP features
- ✅ **SOLID Principles** - Clean, maintainable, and extensible architecture
- ✅ **Comprehensive Testing** - Full test coverage with PHPUnit
- ✅ **Type Safety** - Full type declarations throughout
- ✅ **PSR-4 Autoloading** - Standard PHP autoloading
- ✅ **Easy Integration** - Simple, intuitive API

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

[](#installation)

Install via Composer:

```
composer require raphaelcangucu/multicoin-address-validator
```

Quick Start
-----------

[](#quick-start)

```
