sonofliberty / php-cryptocurrency-address-validation
Cryptocurrency address validation. Currently supports litecoin and bitcoin.
Installs: 258
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 49
pkg:composer/sonofliberty/php-cryptocurrency-address-validation
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'));