PHPackages                             tflori/phpunit-printer - 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. tflori/phpunit-printer

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

tflori/phpunit-printer
======================

A printer for phpunit that prints the name of each test

v3.1.0(4y ago)04.5k11MITPHPPHP ^7.3 || ^8.0

Since Mar 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tflori/phpunit-printer)[ Packagist](https://packagist.org/packages/tflori/phpunit-printer)[ RSS](/packages/tflori-phpunit-printer/feed)WikiDiscussions dev Synced 1w ago

READMEChangelog (6)Dependencies (1)Versions (10)Used By (11)

PhpUnitPrinter
==============

[](#phpunitprinter)

This library holds different printers for phpunit.

ok ok - at the moment there is only one: `TextPrinter`

How to install
==============

[](#how-to-install)

Use composer:

```
$ composer require tflori/phpunit-printer
```

> note that there is no version defined - composer will automatically install the correct version for your php and phpunit version

Using different phpunit versions in CI
--------------------------------------

[](#using-different-phpunit-versions-in-ci)

You are maybe developing a library. Then you should not commit the `composer.lock` and you are probably executing your unit tests on different php and phpunit versions. You will then need to modify your `composer.json` manually to use any matching version of phpunit and phpunit-printer:

```
{
  "require": {
    "phpunit/phpunit": "*",
    "tflori/phpunit-printer": "*"
  }
}
```

How to use
==========

[](#how-to-use)

You can now start using it by passing the printer to the phpunit configuration.

Via commandline:

```
$ phpunit --printer PhpUnitPrinter\TextPrinter
```

Via configuration file:

```

```

Available printer
-----------------

[](#available-printer)

### TextPrinter

[](#textprinter)

The text printer is a copy of a script I found long time ago on the net. I don't remember where I found it, and it didn't have annotations.

> If someone knows who has written that printer I would appreciate a hint to honor him in the author section.

Example:
[![Text Printer](screenshots/text-printer.png)](screenshots/text-printer.png)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity59

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

Total

9

Last Release

1522d ago

Major Versions

v1.0.0 → v2.0.02022-03-14

v2.0.0 → v3.0.02022-03-14

v1.1.0 → v2.x-dev2022-03-18

PHP version history (3 changes)v1.0.0PHP ^7.1

v2.0.0PHP ^7.2

v3.0.0PHP ^7.3 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4855611?v=4)[Thomas Flori](/maintainers/tflori)[@tflori](https://github.com/tflori)

---

Top Contributors

[![tflori](https://avatars.githubusercontent.com/u/4855611?v=4)](https://github.com/tflori "tflori (7 commits)")

### Embed Badge

![Health badge](/badges/tflori-phpunit-printer/health.svg)

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

###  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)
