sonofliberty/php-cryptocurrency-address-validation

There is no license information available for the latest version (1.2.1) of this package.

Cryptocurrency address validation. Currently supports litecoin and bitcoin.

Installs: 258

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 49

pkg:composer/sonofliberty/php-cryptocurrency-address-validation

1.2.1 2021-04-17 09:59 UTC

This package is auto-updated.

Last update: 2025-09-17 19:31:46 UTC


README

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

Usage

use Merkeleon\PhpCryptocurrencyAddressValidation\Validation;

$validator = Validation::make('BTC');
var_dump($validator->validate('1QLbGuc3WGKKKpLs4pBp9H6jiQ2MgPkXRp'));