PHPackages                             stolt/phpunit-blink1-test-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. stolt/phpunit-blink1-test-listener

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

stolt/phpunit-blink1-test-listener
==================================

A blink(1) test listener for PHPUnit.

v2.0.0(8y ago)010[2 issues](https://github.com/raphaelstolt/phpunit-blink1-test-listener/issues)MITPHPPHP &gt;=7.1

Since Jan 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/raphaelstolt/phpunit-blink1-test-listener)[ Packagist](https://packagist.org/packages/stolt/phpunit-blink1-test-listener)[ RSS](/packages/stolt-phpunit-blink1-test-listener/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

PHPUnit blink(1) test listener
==============================

[](#phpunit-blink1-test-listener)

[![Test](https://github.com/raphaelstolt/phpunit-blink1-test-listener/workflows/Test/badge.svg)](https://github.com/raphaelstolt/phpunit-blink1-test-listener/workflows/Test/badge.svg)[![Version](https://camo.githubusercontent.com/2986e784e29a875ff6d9b9bb3a70e2bdb2121e744f72c9d8215c1a4c7bf5b6da/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73746f6c742f706870756e69742d626c696e6b312d746573742d6c697374656e65722e7376673f7374796c653d666c6174)](https://packagist.org/packages/stolt/phpunit-blink1-test-listener)[![PHP Version](https://camo.githubusercontent.com/e75ee3e54e01af4614fff6cca4b538e3da263832d751ee88abcf332c3174d3e5/687474703a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e312b2d6666363962342e737667)](https://camo.githubusercontent.com/e75ee3e54e01af4614fff6cca4b538e3da263832d751ee88abcf332c3174d3e5/687474703a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e312b2d6666363962342e737667)

This package provides an implementation of the [PHPUnit\_Framework\_TestListener](https://phpunit.de/manual/current/en/extending-phpunit.html#extending-phpunit.PHPUnit_Framework_TestListener) interface interacting with a [blink(1)](https://blink1.thingm.com/) USB notification LED light. It provides you a fast, visual feedback loop while TDDing with PHPUnit.

With this test listener a failing PHPUnit test run will turn the LED light **red**, while a successful one will make it blink **green**, and while incomplete, skipped, or risky tests will make it blink **yellow**.

#### Preconditions

[](#preconditions)

This package assumes that the [blink1-tool](https://github.com/todbot/blink1#blink1-tool) is installed on your system to enable the communication with your `blink(1)` LED light. On Mac OS, the targeted system of this package, this can be done easily via `brew`.

```
brew install blink1
```

#### Installation via Composer

[](#installation-via-composer)

```
composer require --dev stolt/phpunit-blink1-test-listener
```

#### Configuration

[](#configuration)

To use the blink(1) test listener with its **default** configuration add the following to your `phpunit.xml(.dist)` file.

```

```

It's possible to configure the blink amount (default is three) of the test state colors. Furthermore it's also possible to overwrite the behavior of the failure test state (default is a permanently turned on LED until a test state transition happens) to uniflow with the other test states.

```

```

#### Running tests

[](#running-tests)

```
composer test
```

#### License

[](#license)

This package is licensed under the MIT license. Please see [LICENSE](LICENSE.md) for more details.

#### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more details.

#### Code of Conduct

[](#code-of-conduct)

Please see [CONDUCT](CONDUCT.md) for more details.

#### Contributing

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for more details.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

2954d ago

Major Versions

v1.1.0 → v2.0.02018-04-06

PHP version history (2 changes)v1.0.0PHP &gt;=5.6

v2.0.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/132faf5713fa951f4263fad02858a62e55c5d832ad775b33e49ba0cda2f2a028?d=identicon)[Raphael Stolt](/maintainers/Raphael%20Stolt)

---

Top Contributors

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

---

Tags

blink1phpunitphpunit-test-listenerphpunitlistenerblink1extreme feedback device

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/stolt-phpunit-blink1-test-listener/health.svg)

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

###  Alternatives

[brianium/paratest

Parallel testing for PHP

2.5k118.8M753](/packages/brianium-paratest)[ergebnis/phpunit-slow-test-detector

Provides facilities for detecting slow tests in phpunit/phpunit.

1468.1M72](/packages/ergebnis-phpunit-slow-test-detector)[facile-it/paraunit

paraunit

146721.6k11](/packages/facile-it-paraunit)[lmc/steward

Steward - makes Selenium WebDriver + PHPUnit testing easy and robust

222163.1k1](/packages/lmc-steward)[robiningelbrecht/phpunit-pretty-print

Prettify PHPUnit output

76460.0k15](/packages/robiningelbrecht-phpunit-pretty-print)[juampi92/test-seo

Easy way to test your SEO

26341.0k](/packages/juampi92-test-seo)

PHPackages © 2026

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