PHPackages                             le0xcrypto/php-polygonscan-api - 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. le0xcrypto/php-polygonscan-api

ActiveLibrary

le0xcrypto/php-polygonscan-api
==============================

PHP client for the Etherscan API

02PHP

Since Jul 17Pushed 4y agoCompare

[ Source](https://github.com/le0xcrypto/php-polygonscan-api)[ Packagist](https://packagist.org/packages/le0xcrypto/php-polygonscan-api)[ RSS](/packages/le0xcrypto-php-polygonscan-api/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

EtherScan PHP API
=================

[](#etherscan-php-api)

PHP wrapper for the EtherScan API

[Official API Documentation](https://etherscan.io/apis)

[Create API Key (optional)](https://etherscan.io/myapikey)

Requirements
------------

[](#requirements)

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

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

[](#installation)

To install EtherScan PHP API package you can run command:

```
composer require maslakoff/php-etherscan-api:dev-master

```

Usage
-----

[](#usage)

Mainnet

```
$client = new \Etherscan\Client('Y3U3GMFC8P545CFWRU4TET8MY1K79YDZ3V');
$client->api('account')->balance('0x43406D1baAE11a950DE734DAE4079A3C9Eb48DAf');
```

For testnet usage
-----------------

[](#for-testnet-usage)

Supported:

- ropsten
- kovan
- rinkeby

```
$client = new \Etherscan\Client('Y3U3GMFC8P545CFWRU4TET8MY1K79YDZ3V', EtherscanAPIConf::TESTNET_RINKEBY);
$client->api('account')->balance('0x43406D1baAE11a950DE734DAE4079A3C9Eb48DAf');
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/37532fb203d501dd78c2ca293aedf0367111e3168b6e9e287cfdd8217fe6eb97?d=identicon)[le0xcrypto](/maintainers/le0xcrypto)

---

Top Contributors

[![le0xcrypto](https://avatars.githubusercontent.com/u/87392598?v=4)](https://github.com/le0xcrypto "le0xcrypto (4 commits)")[![maslakoff](https://avatars.githubusercontent.com/u/8482075?v=4)](https://github.com/maslakoff "maslakoff (4 commits)")[![andrija-naglic](https://avatars.githubusercontent.com/u/3306507?v=4)](https://github.com/andrija-naglic "andrija-naglic (2 commits)")[![kasra73](https://avatars.githubusercontent.com/u/7995238?v=4)](https://github.com/kasra73 "kasra73 (1 commits)")

### Embed Badge

![Health badge](/badges/le0xcrypto-php-polygonscan-api/health.svg)

```
[![Health](https://phpackages.com/badges/le0xcrypto-php-polygonscan-api/health.svg)](https://phpackages.com/packages/le0xcrypto-php-polygonscan-api)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
