PHPackages                             pepperreport/apdex - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. pepperreport/apdex

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

pepperreport/apdex
==================

Manage your apdex

102PHPCI failing

Since Oct 1Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

[Apdex](https://en.wikipedia.org/wiki/Apdex) (*Application Performance Index*) allow us to monitor end users satisfaction. It is an open industry standard that estimate the user's satisfaction level on an application's response time through a score between 0 and 1.

The Apdex score is calculated based on your required SLA (*Service-Level Agreement*) where you can define a response time threshold of T seconds, where all responses handled in T or less seconds satisfy the end user.

Apdex provides three thresholds estimating end user satisfaction, **satisfied**, **tolerating** and **frustrating**.

- **Satisfied:** Response time less than or equal to T seconds.
- **Tolerating:** Response time between T seconds and 4T seconds.
- **Frustrating:** Response time greater than 4 T seconds.

### How to calculate your Apdex :

[](#how-to-calculate-your-apdex-)

```
$apdexProcessor = new ApdexProcessor($metrics, $threshold);
$apdexDetail = $apdexProcessor->process();

// get your Apdex score
$apdexDetail->getApdex();

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 58.3% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a27e3236ea45c2a93f2ef189f37c0c72bfab70f6d73714d396456c6e3d3c25c?d=identicon)[ScullWM](/maintainers/ScullWM)

---

Top Contributors

[![ScullWM](https://avatars.githubusercontent.com/u/1017746?v=4)](https://github.com/ScullWM "ScullWM (7 commits)")[![mtrudu](https://avatars.githubusercontent.com/u/10370955?v=4)](https://github.com/mtrudu "mtrudu (5 commits)")

---

Tags

apdexmonitoringperformanceperformance-metricsresponse-timescorethresholduser-satisfaction

### Embed Badge

![Health badge](/badges/pepperreport-apdex/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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