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.

Maintainers

Package info

github.com/murich/php-cryptocurrency-address-validation

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

Statistics

Installs: 30 582

Dependents: 0

Suggesters: 0

Stars: 15

Open Issues: 3

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

This package is not auto-updated.

Last update: 2026-03-15 09:52:35 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());