PHPackages                             baumann-at/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. [API Development](/categories/api)
4. /
5. baumann-at/php-polygonscan-api

ActiveLibrary[API Development](/categories/api)

baumann-at/php-polygonscan-api
==============================

PHP client for the Polygonscan API

1.3.9(4y ago)4822↓100%2MITPHPPHP ^5.6 || ^7.0 || ^8.0

Since Jun 21Pushed 4y agoCompare

[ Source](https://github.com/baumann-at/php-polygonscan-api)[ Packagist](https://packagist.org/packages/baumann-at/php-polygonscan-api)[ Docs](https://github.com/maslakoff/php-etherscan-api)[ RSS](/packages/baumann-at-php-polygonscan-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (17)Used By (0)

Polygonscan PHP API
===================

[](#polygonscan-php-api)

PHP wrapper for the Polygonscan API - forked from

[![License: MIT](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](https://opensource.org/licenses/MIT)

[Official API Documentation](https://docs.polygonscan.com/)

[Create API Key (optional)](https://docs.polygonscan.com/getting-started/viewing-api-usage-statistics)

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

[](#requirements)

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

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

[](#installation)

To install Polygonscan PHP API package you can run command:

```
composer require baumann-at/php-polygonscan-api:dev-master

```

Usage
-----

[](#usage)

Mainnet

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

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

[](#for-testnet-usage)

Supported:

- mumbai

```
$client = new \Polygonscan\Client('Y3U3GMFC8P545CFWRU4TET8MY1K79YDZ3V', PolygonscanAPIConf::TESTNET_MUMBAI);
$client->api('account')->balance('0x43406D1baAE11a950DE734DAE4079A3C9Eb48DAf');
```

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 76.7% of commits — single point of failure

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 ~21 days

Recently: every ~40 days

Total

15

Last Release

1485d ago

Major Versions

0.9.0 → 1.0.02021-09-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a0cff65fce492a6d3ae4d51627dc786b3a099ea8c3c1b00d7d8950721dea941?d=identicon)[chris228](/maintainers/chris228)

---

Top Contributors

[![maslakoff](https://avatars.githubusercontent.com/u/8482075?v=4)](https://github.com/maslakoff "maslakoff (46 commits)")[![chris2286266](https://avatars.githubusercontent.com/u/6323181?v=4)](https://github.com/chris2286266 "chris2286266 (5 commits)")[![w3spi5](https://avatars.githubusercontent.com/u/8407711?v=4)](https://github.com/w3spi5 "w3spi5 (4 commits)")[![andrija-naglic](https://avatars.githubusercontent.com/u/3306507?v=4)](https://github.com/andrija-naglic "andrija-naglic (2 commits)")[![msm-masahiko-koike](https://avatars.githubusercontent.com/u/78339896?v=4)](https://github.com/msm-masahiko-koike "msm-masahiko-koike (2 commits)")[![kasra73](https://avatars.githubusercontent.com/u/7995238?v=4)](https://github.com/kasra73 "kasra73 (1 commits)")

---

Tags

apiethereumetherscanEtherScan.io

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[maslakoff/php-etherscan-api

PHP client for the Etherscan API

2922.7k](/packages/maslakoff-php-etherscan-api)[coinpaymentsnet/coinpayments-php

A PHP wrapper for the CoinPayments.net v1 API.

55126.2k](/packages/coinpaymentsnet-coinpayments-php)[shoppy/shoppy-php

Shoppy PHP Library

1813.3k](/packages/shoppy-shoppy-php)

PHPackages © 2026

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