psychob/ethereum-address-validator

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "psychob/ethereum-address-validator",
  "description": "Validate etheruem address",
  "type": "library",
  "license": "MPL-2.0",
  "authors": [
    {
      "name": "Andrzej Budzanowski",
      "email": "kontakt@andrzej.budzanowski.pl"
    }
  ],
  "minimum-stability": "stable",
  "require": {
    "kornrunner/keccak": "^1.0",
    "php": "^7.1"
  },
  "require-dev": {
    "phpunit/phpunit": "^7.5"
  },
  "autoload": {
    "psr-4": {
      "PsychoB\\Ethereum\\": "./src"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Tests\\PsychoB\\Ethereum\\": "./tests"
    }
  }
}