PHPackages                             codeception/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. codeception/notifier

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

codeception/notifier
====================

Notification Extension for Codeception

0.1.0(8y ago)1526.3k↓50%8MITPHP

Since Feb 14Pushed 8y ago3 watchersCompare

[ Source](https://github.com/Codeception/Notifier)[ Packagist](https://packagist.org/packages/codeception/notifier)[ Docs](http://codeception.com/)[ RSS](/packages/codeception-notifier/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Notifier
========

[](#notifier)

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

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

[](#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 [notificatior](https://github.com/namshi/notificator) library by [NAMSHI](https://github.com/namshi/).

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

[](#installation)

Install this package

```
composer require codeception/notifier --dev

```

Enable extensions in `codeception.yml` configuration:

Sample:

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

      # enable email notifications
      - Codeception\Extension\EmailNotifier:
          email: tests@company.com
```

Ubuntu Notifications
--------------------

[](#ubuntu-notifications)

Class: **Codeception\\Extension\\UbuntuNotifier**.

A basic `notify-send` wrapper of Notificator can be used to send notifications in Ubuntu. Done via notificator's NotifySend handler.

Can be dynamically started (without adding to config) by providing `--ext UbuntuNotifier` option:

```
./vendor/bin/codecept run --ext UbuntuNotifier

```

Email Notification
------------------

[](#email-notification)

Class: **Codeception\\Extension\\EmailNotifier**

Unlike Ubuntu Notification this extension also takes extra parameter from config `codeception.yml`:

```
extensions:
  - Codeception\Extension\EmailNotifier:
      address: tests@company.com
```

This email will be used to send notifications.

---

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% 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

3016d ago

### 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 (4 commits)")[![esteban-serfe](https://avatars.githubusercontent.com/u/26123716?v=4)](https://github.com/esteban-serfe "esteban-serfe (1 commits)")[![ipeevski](https://avatars.githubusercontent.com/u/133036?v=4)](https://github.com/ipeevski "ipeevski (1 commits)")[![javigomez](https://avatars.githubusercontent.com/u/1375475?v=4)](https://github.com/javigomez "javigomez (1 commits)")

---

Tags

unit testingfunctional-testingacceptance-testingTDDnotification

###  Code Quality

TestsCodeception

### Embed Badge

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

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

###  Alternatives

[codeception/codeception

All-in-one PHP Testing Framework

4.9k86.2M2.9k](/packages/codeception-codeception)[symfony/notifier

Sends notifications via one or more channels (email, SMS, ...)

80640.3M290](/packages/symfony-notifier)[me-io/appium-driver-codeception

appium driver for codeception framework

1910.4k](/packages/me-io-appium-driver-codeception)[witty/laravel-push-notification

Laravel 5 Package for sending push notifications to Android and iOS devices

245.0k](/packages/witty-laravel-push-notification)[pyrech/composer-notifier

Display desktop notifications when composer finishes to install / update

411.7k](/packages/pyrech-composer-notifier)

PHPackages © 2026

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