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.

1.2.1 2021-04-17 09:59 UTC

This package is auto-updated.

Last update: 2024-04-17 16:39:55 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'));