PHPackages                             sfortop/ethereum-contract-monitoring - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. sfortop/ethereum-contract-monitoring

ActiveLibrary[HTTP &amp; Networking](/categories/http)

sfortop/ethereum-contract-monitoring
====================================

0.8.5(7y ago)12533MITPHPPHP ^7.2

Since Jul 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/sfortop/peth)[ Packagist](https://packagist.org/packages/sfortop/ethereum-contract-monitoring)[ Docs](https://github.com/sfortop)[ RSS](/packages/sfortop-ethereum-contract-monitoring/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (25)Versions (7)Used By (0)

\#php ethereum transaction monitoring

all scripts work with Redis list and put result to own list to next processing

- block-announcer - read last announced block and announces next pack of blocks to parse
- block-reader - read transactions from announced blocks
- transaction-reader - read transactions info from previous list
- transaction-checker - check if transactions are belong to contract
- transaction-announcer - pass checked transaction to RabbitMQ

RabbitMQ configuration passed by env variables

```
'host' => getenv('PGTW_RMQ_HOST')?: 'rabbitmq',
'port' => getenv('PGTW_RMQ_PORT')?: 5672,
'login' => getenv('PGTW_RMQ_USER') ?:'guest',
'password' => getenv('PGTW_RMQ_PASS') ?:'guest',

```

Redis configuration passed by env variables

```
 'host' => getenv('PGTW_REDIS') ?: 'redis',
 'port' => getenv('PGTW_REDIS_PORT') ?: '6379',
 'db'   => getenv('PGTW_REDIS_DB') ?: '2',

```

`geth` node configuration

```
 'host' => parse_url(getenv('ETHEREUM_NODE_URL'))['host'] ?? null,

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~5 days

Total

5

Last Release

2834d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe3405d6d58ba2c87624f8a7647a20b05154c6c89f8735a5613bae2b288d81f8?d=identicon)[sfortop](/maintainers/sfortop)

---

Top Contributors

[![sfortop](https://avatars.githubusercontent.com/u/15141062?v=4)](https://github.com/sfortop "sfortop (3 commits)")

---

Tags

psrpsr-7middlewarePSR-11monitoringpsr-15zfzend-expressiveerc20

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/sfortop-ethereum-contract-monitoring/health.svg)

```
[![Health](https://phpackages.com/badges/sfortop-ethereum-contract-monitoring/health.svg)](https://phpackages.com/packages/sfortop-ethereum-contract-monitoring)
```

###  Alternatives

[mezzio/mezzio

PSR-15 Middleware Microframework

3883.6M97](/packages/mezzio-mezzio)[php-middleware/php-debug-bar

PHP Debug Bar PSR-15 middleware with PSR-7

76433.5k2](/packages/php-middleware-php-debug-bar)[mezzio/mezzio-skeleton

Laminas mezzio skeleton. Begin developing PSR-15 middleware applications in seconds!

12726.2k](/packages/mezzio-mezzio-skeleton)

PHPackages © 2026

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