Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T22:15:19.000Z (over 3 years ago)
- Last Synced: 2024-10-31T22:22:57.682Z (16 days ago)
- Topics: address-validation, cryptocurrency, ethereum, php, php7
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 22
- Watchers: 3
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ethereum Address Validator
--
(c) by Andrzej Budzanowski[![Maintainability](https://api.codeclimate.com/v1/badges/6ed9a66abca4f38be143/maintainability)](https://codeclimate.com/github/psychob/ethereum-address-validator/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/6ed9a66abca4f38be143/test_coverage)](https://codeclimate.com/github/psychob/ethereum-address-validator/test_coverage) [![Build Status](https://travis-ci.org/psychob/ethereum-address-validator.svg?branch=master)](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