Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

Validate ethereum address in php

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