Skip to content

andersfloor/etherscan-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EtherScan API

PHP wrapper for the EtherScan API

Total Downloads License StyleCI Code Climate 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 BTC wallet: 1DKLUPCWoLFje7RBWVpDZk1tXjyRKHFkQw

About

etherscan.io API PHP wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%