henrypham / php-cryptocurrency-address-validation
There is no license information available for the latest version (1.0.1) of this package.
Cryptocurrency address validation.
Package info
github.com/Sotatek-HenryPham/php-cryptocurrency-address-validation
pkg:composer/henrypham/php-cryptocurrency-address-validation
1.0.1
2019-07-17 03:10 UTC
Requires
- ext-bcmath: *
- ext-gmp: *
Requires (Dev)
- phpunit/phpunit: ^7.3
This package is auto-updated.
Last update: 2026-03-17 19:01:03 UTC
README
Easy to use PHP cryptocurrency address validation lib.
Forked from https://github.com/murich/php-cryptocurrency-address-validation.
Provides address validations for the following cryptocurrencies:
- BTC
- DASH
- DGB
- ETH
- LTC
- ZEC
Added in this fork:
- BCH (Bitcoin Cash)
- NEO
- XRP (Ripple)
Usage
use Murich\PhpCryptocurrencyAddressValidation\Validation\BTC as BTCValidator; $validator = new BTCValidator('1QLbGuc3WGKKKpLs4pBp9H6jiQ2MgPkXRp'); var_dump($validator->validate());