PHPackages                             odino/phpunit-notifications - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. odino/phpunit-notifications

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

odino/phpunit-notifications
===========================

A shell script to get desktop notifications after PHPUnit has run.

1.0.0(13y ago)6191MITShell

Since Jun 21Pushed 13y ago2 watchersCompare

[ Source](https://github.com/odino/phpunit-notifications)[ Packagist](https://packagist.org/packages/odino/phpunit-notifications)[ RSS](/packages/odino-phpunit-notifications/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

PHPUnit notifications on Linux
==============================

[](#phpunit-notifications-on-linux)

Thanks to the `notify-send` utility this script lets you send a desktop notification once PHPUnit tests are done, outputting whether they ran succesfully or not.

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

[](#installation)

Just clone this repository anywhere, then modify your shell profile file by adding:

```
source /path/to/phpunit-notifications/phpunit-notifications.sh

```

Make sure the script is executable:

```
chmod +x /path/to/phpunit-notifications/phpunit-notifications.sh

```

Usage
-----

[](#usage)

This script assumes that you have PHPUnit installed via composer in your `vendor` directory, so that the PHPUnit binary is locate at `./vendor/bin/phpunit`.

To use it, just run the PHPUnit tests by replacing `./vendor/bin/phpunit`with a simple `phpunit`:

```
phpunit

// or

php -c config

// or

phpunit tests/My/ClassTest.php

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

4758d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/328420?v=4)[Alex Nadalin](/maintainers/odino)[@odino](https://github.com/odino)

---

Top Contributors

[![odino](https://avatars.githubusercontent.com/u/328420?v=4)](https://github.com/odino "odino (2 commits)")

### Embed Badge

![Health badge](/badges/odino-phpunit-notifications/health.svg)

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

###  Alternatives

[fjogeleit/prometheus-messenger-middleware

Prometheus Middleware for the Symfony Messenger Component

2255.2k](/packages/fjogeleit-prometheus-messenger-middleware)[spatie/craft-ray

Easily debug CraftCMS projects

1638.4k](/packages/spatie-craft-ray)

PHPackages © 2026

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