joker7789 / yiigrowl
jGrowl notifications widget for Yii2 framework
Installs: 348
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:yii2-widget
pkg:composer/joker7789/yiigrowl
Requires
- bower-asset/jgrowl: *
 - yiisoft/yii2: *
 
This package is not auto-updated.
Last update: 2025-10-21 08:22:21 UTC
README
This is a yii2 widget, which makes use of jgrowl plugin (see here)
Installation:
composer require joker7789/yiigrowl:dev-master
Usage example (in your view/layout for example):
<?=\joker7789\yiigrowl\Growl::widget([
    'message' => "Hello World",
    'options' => ['header' => 'testing header'],
]);?>
cheers,
zckri