https://github.com/psychob/ethereum-address-validator
Validate ethereum address in php
https://github.com/psychob/ethereum-address-validator
address-validation cryptocurrency ethereum php php7
Last synced: about 1 year ago
JSON representation
Validate ethereum address in php
- Host: GitHub
- URL: https://github.com/psychob/ethereum-address-validator
- Owner: psychob
- License: mpl-2.0
- Created: 2018-06-08T09:10:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-02T16:41:30.000Z (over 1 year ago)
- Last Synced: 2025-03-29T12:10:25.893Z (about 1 year ago)
- Topics: address-validation, cryptocurrency, ethereum, php, php7
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 20
- Watchers: 3
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ethereum Address Validator
--
(c) by Andrzej Budzanowski
[](https://codeclimate.com/github/psychob/ethereum-address-validator/maintainability) [](https://codeclimate.com/github/psychob/ethereum-address-validator/test_coverage) [](https://travis-ci.org/psychob/ethereum-address-validator)
## License
MPL-2.0
## Brief
Class that verifies if [Ethereum](https://www.ethereum.org/) address is properly formatted and - optionaly - properly checksummed according to [EIP-55](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-55.md).
## Installation
Use composer:
```bash
composer require psychob/ethereum-address-validator
```
## Usage
```php