PHPackages                             dalamar/codeception-desktop-notifier - 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. dalamar/codeception-desktop-notifier

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

dalamar/codeception-desktop-notifier
====================================

Desktop Notification Extension for Codeception

034PHP

Since Aug 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Dalamar/CodeceptionDesktopNotifier)[ Packagist](https://packagist.org/packages/dalamar/codeception-desktop-notifier)[ RSS](/packages/dalamar-codeception-desktop-notifier/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Notifier
========

[](#notifier)

This repository demonstrates the usage of Desktop Codeception Extension API. Check it's source code to write your own extensions.

Desktop Notification Extensions for Codeception
-----------------------------------------------

[](#desktop-notification-extensions-for-codeception)

Extensions from this package that can be included in Codeception to receive notification of test results.

**This notifications are limited to just a few basic examples. It is recommended to get it forked and patched for your actual needs.**

Notifcation are made via [jolinotif](https://packagist.org/packages/jolicode/jolinotif) library by [JoliCode ](https://github.com/jolicode).

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

[](#installation)

Install this package

```
composer require dalamar/codeception-desktop-notifier --dev

```

Enable extensions in `codeception.yml` configuration:

Sample:

```
paths:
    tests: tests
    log: tests/_log
    data: tests/_data
    helpers: tests/_helpers
extensions:
    enabled:
      # enable desktop notifications
      - Dalamar\Codeception\Extension\DesktopNotifier # extension class name
```

If you are anything like me and executing tests from within vagrant VM, then you may want to proxy notifications from virtual to host machine.

To do that you need to install vagrant plugin [vagrant-notify](https://github.com/fgrehm/vagrant-notify) and follow the instructions.

---

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/491a41be224225ca1ff5432f8b1fbbd3e210f502940fa3a1e281f9314001b53d?d=identicon)[Dalamar](/maintainers/Dalamar)

---

Top Contributors

[![Dalamar](https://avatars.githubusercontent.com/u/321632?v=4)](https://github.com/Dalamar "Dalamar (1 commits)")

### Embed Badge

![Health badge](/badges/dalamar-codeception-desktop-notifier/health.svg)

```
[![Health](https://phpackages.com/badges/dalamar-codeception-desktop-notifier/health.svg)](https://phpackages.com/packages/dalamar-codeception-desktop-notifier)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[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)

PHPackages © 2026

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