PHPackages                             gulaandrij/etherscan - 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. [API Development](/categories/api)
4. /
5. gulaandrij/etherscan

ActiveLibrary[API Development](/categories/api)

gulaandrij/etherscan
====================

This lib is created for connecting to etherscan.io's api using php.

2.0.6(7y ago)22.2kMITPHPPHP ^7.1

Since Sep 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/gulaandrij/etherscan)[ Packagist](https://packagist.org/packages/gulaandrij/etherscan)[ RSS](/packages/gulaandrij-etherscan/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (6)Versions (11)Used By (0)

etherscan
=========

[](#etherscan)

This lib is created for connecting to etherscan.io's api using php.

- sync ```
    $esApiConnector = new ApiConnector('your_api_key');
    $etherScan = new EtherScan($esApiConnector);

    $account = $etherScan->getAccount(EtherScan::PREFIX_API);
    $startT = microtime(1);
    echo $account->getTransactions('0xbb9bc244d798123fde783fcc1c72d3bb8c189413', 1, 25, 'desc') . PHP_EOL;
    echo $account->getTransactions('0xbb9bc244d798123fde783fcc1c72d3bb8c189413', 1, 25, 'desc') . PHP_EOL;
    echo $account->getTransactions('0xbb9bc244d798123fde783fcc1c72d3bb8c189413', 1, 25, 'desc') . PHP_EOL;
    echo $account->getTransactions('0xbb9bc244d798123fde783fcc1c72d3bb8c189413', 1, 25, 'desc') . PHP_EOL;
    $endT = microtime(1);

    echo "DONE IN: " . ($endT - $startT);

    ```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~32 days

Recently: every ~17 days

Total

10

Last Release

2882d ago

Major Versions

1.0.3 → 2.0.02018-04-15

PHP version history (2 changes)1.0.1PHP ^7.0

2.0.0PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/052561cd33ec8c827e577126b002d23624c0cb0592ac504ad79fce078fc2c15d?d=identicon)[gulaandrij](/maintainers/gulaandrij)

---

Top Contributors

[![harmn108](https://avatars.githubusercontent.com/u/29500891?v=4)](https://github.com/harmn108 "harmn108 (33 commits)")[![sergeytangyan](https://avatars.githubusercontent.com/u/10087292?v=4)](https://github.com/sergeytangyan "sergeytangyan (28 commits)")[![gulaandrij](https://avatars.githubusercontent.com/u/2658746?v=4)](https://github.com/gulaandrij "gulaandrij (8 commits)")[![vazgen](https://avatars.githubusercontent.com/u/830160?v=4)](https://github.com/vazgen "vazgen (2 commits)")[![hayk891](https://avatars.githubusercontent.com/u/4804131?v=4)](https://github.com/hayk891 "hayk891 (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/gulaandrij-etherscan/health.svg)

```
[![Health](https://phpackages.com/badges/gulaandrij-etherscan/health.svg)](https://phpackages.com/packages/gulaandrij-etherscan)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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