lingyin/ethereum-address

There is no license information available for the latest version (v0.01) of this package.

Ethereum address validation

Maintainers

Package info

github.com/actors315/ethereum-address

pkg:composer/lingyin/ethereum-address

Statistics

Installs: 15

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-01 00:11:47 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')