PHPackages                             phpunit/phpunit-tideways-listener - 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. phpunit/phpunit-tideways-listener

AbandonedArchivedLibrary[Testing &amp; Quality](/categories/testing)

phpunit/phpunit-tideways-listener
=================================

TestListener for PHPUnit that can dump profile information

15323PHP

Since Nov 11Pushed 4y agoCompare

[ Source](https://github.com/sebastianbergmann/phpunit-tideways-listener)[ Packagist](https://packagist.org/packages/phpunit/phpunit-tideways-listener)[ RSS](/packages/phpunit-phpunit-tideways-listener/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

phpunit-tideways-listener
=========================

[](#phpunit-tideways-listener)

Test Listener for [PHPUnit](https://github.com/sebastianbergmann/phpunit/) that uses [Tideways](https://tideways.com/)' [profiler](https://github.com/tideways/php-xhprof-extension) extension for PHP 7 to dump profiling information.

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

[](#installation)

You can add this library as a local, per-project, development-time dependency to your project using [Composer](https://getcomposer.org/):

```
composer require --dev phpunit/phpunit-tideways-listener

```

Usage
-----

[](#usage)

The example below shows how you activate and configure this test listener in your PHPUnit XML configuration file:

```

            tests

            src

                /tmp

```

The following elements are relevant to this test listener and its configuration:

- `` is the configuration section for test runner extensions
- `` configures (an instance of) the `PHPUnit\Tideways\TestListener` class as a test runner extension
- `` is the configuration for that test runner extension
- The only argument is the path to the directory where the profile information for each test is to be dumped, in this example `/tmp`

The rest of the `phpunit.xml` example shown above are best practice configuration defaults that were generated using `phpunit --generate-configuration`.

For each test that was run there will be a `.json` file in the specified directory. These file contain the `json_encode()`d profiling data returned by the profiler extension.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1089?v=4)[Sebastian Probst Eide](/maintainers/sebastian)[@sebastian](https://github.com/sebastian)

---

Top Contributors

[![sebastianbergmann](https://avatars.githubusercontent.com/u/25218?v=4)](https://github.com/sebastianbergmann "sebastianbergmann (19 commits)")

### Embed Badge

![Health badge](/badges/phpunit-phpunit-tideways-listener/health.svg)

```
[![Health](https://phpackages.com/badges/phpunit-phpunit-tideways-listener/health.svg)](https://phpackages.com/packages/phpunit-phpunit-tideways-listener)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14228.7M340](/packages/dms-phpunit-arraysubset-asserts)[phpbenchmark/phpbenchmark

Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses

8011.5k2](/packages/phpbenchmark-phpbenchmark)

PHPackages © 2026

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