PHPackages                             xelbot/crypto-wallet-validator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. xelbot/crypto-wallet-validator

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

xelbot/crypto-wallet-validator
==============================

Library for validation of cryptocoin wallets

v0.9.2(6y ago)72.8k↓68.8%1MITPHPPHP &gt;=7.1.0CI failing

Since Apr 2Pushed 4y ago2 watchersCompare

[ Source](https://github.com/xelbot/crypto-wallet-validator)[ Packagist](https://packagist.org/packages/xelbot/crypto-wallet-validator)[ Docs](https://github.com/xelbot/crypto-wallet-validator)[ RSS](/packages/xelbot-crypto-wallet-validator/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

crypto-wallet-validator
=======================

[](#crypto-wallet-validator)

Library for validation of Ethereum, Bitcoin and other cryptocoin wallets

[![Build Status](https://camo.githubusercontent.com/26f66840e71a0e99766e4ae9527d5e9c71749cbfa8499bb5ca60ce70c0c40c97/68747470733a2f2f7472617669732d63692e636f6d2f78656c626f742f63727970746f2d77616c6c65742d76616c696461746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/xelbot/crypto-wallet-validator)

Installation
------------

[](#installation)

Use composer to install the package:

```
composer require xelbot/crypto-wallet-validator

```

Or just add the package to your `composer.json`

```
{
    "require": {
        "xelbot/crypto-wallet-validator": "dev-master"
    }
}

```

### Usage

[](#usage)

```
