JulesText / etherscan-api

etherscan.io API PHP wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EtherScan API

PHP wrapper for the EtherScan API

Total Downloads License StyleCI Code Climate Ethereum donate button Bitcoin donate button

Requirements

The minimum requirement by EtherScan API is that your Web server supports PHP 5.4.

Installation

To install EtherScan API package you can use simple composer.json...

{
    "minimum-stability": "dev",
    "require": {
        "php": ">=5.4.0",
        "dzarezenko/etherscan-api": "*"
    }
}

or run command:

composer require dzarezenko/etherscan-api:dev-master

Usage

You can find usage examples in the examples/ folder.

Donate

You can support this project by continuously donations to

  • ETH wallet: 0x8Ef300465FBf0f3867E85AC60D9faD9DC6a232d9
  • BTC wallet: 1DKLUPCWoLFje7RBWVpDZk1tXjyRKHFkQw

About

etherscan.io API PHP wrapper

License:MIT License


Languages

Language:PHP 100.0%