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)369.2k↑52.3%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 1mo ago

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

41

—

FairBetter than 89% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity61

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

574d 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

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M570](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)[phpspec/phpspec

Specification-oriented BDD framework for PHP 7.1+

1.9k36.7M3.1k](/packages/phpspec-phpspec)

PHPackages © 2026

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