PHPackages                             hpbuniat/notifyy - 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. hpbuniat/notifyy

ActiveLibrary

hpbuniat/notifyy
================

notifyy

2165PHP

Since May 21Pushed 13y ago2 watchersCompare

[ Source](https://github.com/hpbuniat/notifyy)[ Packagist](https://packagist.org/packages/hpbuniat/notifyy)[ RSS](/packages/hpbuniat-notifyy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

notifyy - simple notification library
=====================================

[](#notifyy---simple-notification-library)

notifyy is a re-usable component to do easy notifying, e.g. for status reports or updates. This is especially useful in cli applications where it's not longer necessary to continuously monitor the jobs output or to tail a log-file.

Builtin Notifiers
-----------------

[](#builtin-notifiers)

- Stdout (simply prints the output)
- File
- Dbus
- Growl (works well with snarl on windows)
- Libnotify (uses notify-send)

Configuration
-------------

[](#configuration)

```
"growl": {
    "host": "127.0.0.1",
    "port": "9887",
    "password": "",
    "enabled": false
},
"file": {
    "enabled": false,
    "path": "/tmp"
},
"stdout": {
    "enabled": true
},
"libnotify": {
    "enabled": true
}

```

Extending
---------

[](#extending)

You may add own adapters by simply implementing the Notifyable-Interface.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cab4a93b6ac841b20f299f319ee8f00dad60b70d2eddeae1d53823b79f3afd5b?d=identicon)[hpbuniat](/maintainers/hpbuniat)

---

Top Contributors

[![hpbuniat](https://avatars.githubusercontent.com/u/214626?v=4)](https://github.com/hpbuniat "hpbuniat (12 commits)")

### Embed Badge

![Health badge](/badges/hpbuniat-notifyy/health.svg)

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

PHPackages © 2026

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