PHPackages                             vxm/yii2-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. [CLI &amp; Console](/categories/cli)
4. /
5. vxm/yii2-desktop-notifier

ActiveYii2-extension[CLI &amp; Console](/categories/cli)

vxm/yii2-desktop-notifier
=========================

Desktop notifier for Yii2

1.0.0(7y ago)82521BSD-3-ClausePHPPHP &gt;=7.1

Since Apr 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/vuongxuongminh/yii2-desktop-notifier)[ Packagist](https://packagist.org/packages/vxm/yii2-desktop-notifier)[ RSS](/packages/vxm-yii2-desktop-notifier/feed)WikiDiscussions master Synced 2d ago

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

Yii2 Desktop Notifier
=====================

[](#yii2-desktop-notifier)

[![Latest Stable Version](https://camo.githubusercontent.com/5f2a1aa59acb0cd1f61373c688f0fc57ba4414c07458cd77cd6325bf27de9244/68747470733a2f2f706f7365722e707567782e6f72672f76786d2f796969322d6465736b746f702d6e6f7469666965722f762f737461626c65)](https://packagist.org/packages/vxm/yii2-desktop-notifier)[![Total Downloads](https://camo.githubusercontent.com/92acadd6bced6be8a79d1722217b93ccd18746804c7b37fdf342b03503dd4054/68747470733a2f2f706f7365722e707567782e6f72672f76786d2f796969322d6465736b746f702d6e6f7469666965722f646f776e6c6f616473)](https://packagist.org/packages/vxm/yii2-desktop-notifier)[![Build Status](https://camo.githubusercontent.com/8cd8854a17f97ed86a6efeafce6bb2c1b5f8efc4c7674ef97512d350219ed7a9/68747470733a2f2f7472617669732d63692e6f72672f76756f6e6778756f6e676d696e682f796969322d6465736b746f702d6e6f7469666965722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/vuongxuongminh/yii2-desktop-notifier)[![Code Coverage](https://camo.githubusercontent.com/588fab1706a7af2f442d3f6bfa02653e50215edcefb06ab8961deb488ea2231d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f76756f6e6778756f6e676d696e682f796969322d6465736b746f702d6e6f7469666965722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/vuongxuongminh/yii2-desktop-notifier/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/1de359821ee18b8c1e854c95f7784f98c89507d698684efb2fa95c688814722b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f76756f6e6778756f6e676d696e682f796969322d6465736b746f702d6e6f7469666965722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/vuongxuongminh/yii2-desktop-notifier/?branch=master)[![Yii2](https://camo.githubusercontent.com/d6b0929173e28cc627430d2519ca1853466a70f37395877eaf4820cb3e1e1909/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d5969695f4672616d65776f726b2d677265656e2e7376673f7374796c653d666c6174)](http://www.yiiframework.com/)

About it
--------

[](#about-it)

An extension support send desktop notify base on [JoliNotif](https://github.com/jolicode/JoliNotif) wrapper for Yii2 console controller. Works on Linux, Windows &amp; MacOS.

Requirements
------------

[](#requirements)

- [PHP &gt;= 7.1](http://php.net)
- [yiisoft/yii2 &gt;= 2.0.13](https://github.com/yiisoft/yii2)

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

[](#installation)

Require Yii2 desktop notifier using [Composer](https://getcomposer.org):

```
composer require vxm/yii2-desktop-notifier
```

Usage
-----

[](#usage)

 [![](resource/demo.png)](resource/demo.png)

```
use yii\console\Controller;

/**
 * @method void desktopNotify(string $title, string $body, $icon = null)
 */
class TestController extends Controller
{
    public function actionTest()
    {
        $this->desktopNotify('VXM', 'test message');
    }
}
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2590d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8901d64a1059726b851dbdd91463ad1d3169f9dba6a2dcff11d05f97d9bccaea?d=identicon)[vuongxuongminh](/maintainers/vuongxuongminh)

---

Top Contributors

[![vuongxuongminh](https://avatars.githubusercontent.com/u/38932626?v=4)](https://github.com/vuongxuongminh "vuongxuongminh (6 commits)")

---

Tags

desktop-notificationsdesktop-notifieryii2-desktop-notifieryii2-extensionconsoleyii2extensiondesktop-notifier

### Embed Badge

![Health badge](/badges/vxm-yii2-desktop-notifier/health.svg)

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

###  Alternatives

[samdark/yii2-webshell

A web shell that allows to run yii console commands and create your own commands.

22981.5k1](/packages/samdark-yii2-webshell)[toriphes/yii2-console-runner

Runs console command in yii web application

29240.1k](/packages/toriphes-yii2-console-runner)[vova07/yii2-console-runner-extension

An extension for running console commands on background in Yii framework.

88202.2k2](/packages/vova07-yii2-console-runner-extension)[fedemotta/yii2-cronjob

Yii2 extension to help in the creation of automated console scripts

2233.5k](/packages/fedemotta-yii2-cronjob)[trntv/yii2-tactician

A simple, flexible command bus. This package provide it's integration with Yii2

1458.3k](/packages/trntv-yii2-tactician)

PHPackages © 2026

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