vxm/yii2-desktop-notifier
最新稳定版本:1.0.0
Composer 安装命令:
composer require vxm/yii2-desktop-notifier
包简介
Desktop notifier for Yii2
README 文档
README
About it
An extension support send desktop notify base on JoliNotif wrapper for Yii2 console controller. Works on Linux, Windows & MacOS.
Requirements
Installation
Require Yii2 desktop notifier using Composer:
composer require vxm/yii2-desktop-notifier
Usage
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'); } }
统计信息
- 总下载量: 252
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2019-04-10
