sonofliberty / php-cryptocurrency-address-validation
There is no license information available for the latest version (1.2.1) of this package.
Cryptocurrency address validation. Currently supports litecoin and bitcoin.
1.2.1
2021-04-17 09:59 UTC
Requires
- spomky-labs/cbor-php: ^2.0
Requires (Dev)
- phpunit/phpunit: ~8.0
README
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'));