PHPackages                             testomatio/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. testomatio/reporter

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

testomatio/reporter
===================

Testomat.io reporter for PHPUnit &amp; Codeception

1.0.0(1y ago)375.3k↓47.8%5[1 PRs](https://github.com/testomatio/php-reporter/pulls)1MITPHP

Since Aug 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/testomatio/php-reporter)[ Packagist](https://packagist.org/packages/testomatio/reporter)[ RSS](/packages/testomatio-reporter/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (1)Versions (12)Used By (1)

[Testomatio](https://testomat.io) Reporter for PHP testing frameworks
=====================================================================

[](#testomatio-reporter-for-php-testing-frameworks)

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

[](#installation)

```
composer require testomatio/reporter --dev

```

### Codeception

[](#codeception)

Note

For Codeception 4.x install `testomatio/php-reporter` version 0.4.0, for Codeception 5+ install `1.0.0` version of this reporter.

Get API key from Testomatio application and set it as `TESTOMATIO` environment variable. Run your tests with`Testomatio\Reporter\Codeception` extension enabled:

On Linux/MacOS:

```
TESTOMATIO={apiKey} php vendor/bin/codecept run --ext "Testomatio\Reporter\Codeception"

```

On Windows

```
set TESTOMATIO={apiKey}&& php vendor/bin/codecept run  --ext "Testomatio\Reporter\Codeception"

```

Alternatively, you can add `Testomatio\Reporter\Codeception` extension to suite or global config. Reporter will be started only when `TESTOMATIO` environment variable is set:

```
extensions:
  enabled:
    - Testomatio\Reporter\Codeception
```

### PHPUnit

[](#phpunit)

> PHPUnit v10+ is not implemented yet

Add `Testomatio\Reporter\PHPUnit` listener to `phpunit.xml` or `phpunit.dist.xml`

```

```

Run tests and provide `TESTOMATIO` API key as environment variable:

On Linux/MacOS:

```
TESTOMATIO={apiKey} php vendor/bin/phpunit

```

On Windows

```
set TESTOMATIO={apiKey}&& php vendor/bin/phpunit

```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 95.5% 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 ~153 days

Recently: every ~107 days

Total

11

Last Release

620d ago

Major Versions

0.4.0 → 1.0.02024-10-21

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/97648?v=4)[davert](/maintainers/davert)[@davert](https://github.com/davert)

---

Top Contributors

[![DavertMik](https://avatars.githubusercontent.com/u/220264?v=4)](https://github.com/DavertMik "DavertMik (21 commits)")[![cebe](https://avatars.githubusercontent.com/u/189796?v=4)](https://github.com/cebe "cebe (1 commits)")

### Embed Badge

![Health badge](/badges/testomatio-reporter/health.svg)

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

###  Alternatives

[dms/phpunit-arraysubset-asserts

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

14429.2M361](/packages/dms-phpunit-arraysubset-asserts)[gong023/assert_chain

enable you to use phpunit assert with method chain

1478.9k3](/packages/gong023-assert-chain)

PHPackages © 2026

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