PHPackages                             jakobbuis/simple-slow-test-reporter - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. jakobbuis/simple-slow-test-reporter

Abandoned → [ergebnis/phpunit-slow-test-detector](/?search=ergebnis%2Fphpunit-slow-test-detector)ArchivedLibrary[Testing &amp; Quality](/categories/testing)

jakobbuis/simple-slow-test-reporter
===================================

Reports slow tests in your PHPUnit testsuite

v1.0.0(5y ago)4676.8kMITPHP

Since Dec 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jakobbuis/simple-slow-test-reporter)[ Packagist](https://packagist.org/packages/jakobbuis/simple-slow-test-reporter)[ RSS](/packages/jakobbuis-simple-slow-test-reporter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Simple Slow Test Reporter
=========================

[](#simple-slow-test-reporter)

> Reports slow tests in your PHPUnit testsuite

[![Example output of slow test reporter, highlighting some slow testcases](example.png)](example.png)

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

[](#requirements)

Requires PHPUnit 9, 10 or 11. Use v1 for PHPUnit 9, and v2 for PHPUnit 10 and later. This extension does not support PHPUnit 8 and earlier versions.

PHPUnit versionSSTR version9.x1.x10.x2.x11.x2.xInstallation
------------

[](#installation)

### PHPUnit 10-11

[](#phpunit-10-11)

Add the reporter as a dev dependency:

```
composer require --dev jakobbuis/simple-slow-test-reporter:"^2.0"
```

Add the extension to your `phpunit.xml` file as a root-node:

```

    [...]

```

Optionally, you can configure the threshold for a slow test. The default is 500 milliseconds.

```

    [...]

```

### PHPUnit 9

[](#phpunit-9)

Add the reporter as a dev dependency:

```
composer require --dev jakobbuis/simple-slow-test-reporter:"^1.0"
```

Add the extension to your `phpunit.xml` file as a root-node:

```

    [...]

```

Optionally, you can configure the threshold for a slow test. The default is 500 milliseconds.

```

    [...]

                1000

```

License
-------

[](#license)

MIT

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

567d ago

### Community

Maintainers

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

---

Top Contributors

[![jakobbuis](https://avatars.githubusercontent.com/u/949674?v=4)](https://github.com/jakobbuis "jakobbuis (15 commits)")

### Embed Badge

![Health badge](/badges/jakobbuis-simple-slow-test-reporter/health.svg)

```
[![Health](https://phpackages.com/badges/jakobbuis-simple-slow-test-reporter/health.svg)](https://phpackages.com/packages/jakobbuis-simple-slow-test-reporter)
```

###  Alternatives

[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)[timacdonald/log-fake

A drop in fake logger for testing with the Laravel framework.

4235.9M56](/packages/timacdonald-log-fake)[jasonmccreary/laravel-test-assertions

A set of helpful assertions when testing Laravel applications.

3513.9M32](/packages/jasonmccreary-laravel-test-assertions)[ergebnis/phpunit-slow-test-detector

Provides facilities for detecting slow tests in phpunit/phpunit.

1468.1M72](/packages/ergebnis-phpunit-slow-test-detector)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[robiningelbrecht/phpunit-pretty-print

Prettify PHPUnit output

76460.0k15](/packages/robiningelbrecht-phpunit-pretty-print)

PHPackages © 2026

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