2017 © Pedro Peláez
 

library php-cryptocurrency-address-validation

Cryptocurrency address validation. Currently supports litecoin and bitcoin.

image

murich/php-cryptocurrency-address-validation

Cryptocurrency address validation. Currently supports litecoin and bitcoin.

  • Friday, January 26, 2018
  • by amurashkin
  • Repository
  • 1 Watchers
  • 6 Stars
  • 1,680 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 1 Versions
  • 39 % Grown

The README.md

php-cryptocurrency-address-validation

Easy to use PHP cryptocurrency address validation lib., (*1)

Don't hesitate to add more currencies!, (*2)

Usage

use Murich\PhpCryptocurrencyAddressValidation\Validation\BTC as BTCValidator;

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

The Versions

26/01 2018

dev-master

9999999-dev

Cryptocurrency address validation. Currently supports litecoin and bitcoin.

  Sources   Download

The Development Requires

by Andrey Murashkin