Skip to content

codeator/php-cryptocurrency-address-validation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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? :)

Usage

use Merkeleon\PhpCryptocurrencyAddressValidation\Validation;

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

About

Cryptocurrency address validation library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%