murich/php-cryptocurrency-address-validation

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

Cryptocurrency address validation. Currently supports litecoin and bitcoin.

dev-master 2018-01-26 11:27 UTC

This package is not auto-updated.

Last update: 2024-05-26 00:41:02 UTC


README

Easy to use PHP cryptocurrency address validation lib.

Don't hesitate to add more currencies!

Usage

use Murich\PhpCryptocurrencyAddressValidation\Validation\BTC as BTCValidator;

$validator = new BTCValidator('1QLbGuc3WGKKKpLs4pBp9H6jiQ2MgPkXRp');
var_dump($validator->validate());