henrypham / php-cryptocurrency-address-validation
此包的最新版本(1.0.1)没有可用的许可证信息。
加密货币地址验证。
1.0.1
2019-07-17 03:10 UTC
Requires
- ext-bcmath: *
- ext-gmp: *
Requires (Dev)
- phpunit/phpunit: ^7.3
This package is auto-updated.
Last update: 2024-09-17 15:49:23 UTC
README
易于使用的PHP加密货币地址验证库。
从以下链接分支:https://github.com/murich/php-cryptocurrency-address-validation.
提供以下加密货币的地址验证
- BTC
- DASH
- DGB
- ETH
- LTC
- ZEC
在此分支中添加
- BCH (Bitcoin Cash)
- NEO
- XRP (Ripple)
用法
use Murich\PhpCryptocurrencyAddressValidation\Validation\BTC as BTCValidator; $validator = new BTCValidator('1QLbGuc3WGKKKpLs4pBp9H6jiQ2MgPkXRp'); var_dump($validator->validate());