lingyin/ethereum-address

此包的最新版本(v0.01)没有提供许可证信息。

以太坊地址验证

v0.01 2018-01-31 01:45 UTC

This package is auto-updated.

Last update: 2024-08-29 05:07:23 UTC


README

验证ETH地址的合法性

参考这个js的方法改写了一个PHP版本

https://github.com/cilphex/ethereum-address

安装

composer require lingyin/ethereum-address

使用


$checkLogic = new \lingyin\ethereum\address\Address();
$checkLogic->validate('0x122214');
$checkLogic->validate('0xbC2Ae4849E58ead2AE05308945bdD99550d73F8d')