korkoshko / php-cryptocurrency-address-validation

Cryptocurrency address validation library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-cryptocurrency-address-validation

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

Installation

=======

composer require merkeleon/php-cryptocurrency-address-validation

Usage

use Merkeleon\PhpCryptocurrencyAddressValidation\Enums\CurrencyEnum;use Merkeleon\PhpCryptocurrencyAddressValidation\Validator;

$validator = Validator::make(CurrencyEnum::BITCOIN);
var_dump($validator->isValid('1QLbGuc3WGKKKpLs4pBp9H6jiQ2MgPkXRp'));

About

Cryptocurrency address validation library

License:MIT License


Languages

Language:PHP 100.0%