PHPackages                             derekisbusy/yii2-flash-growl - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. derekisbusy/yii2-flash-growl

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

derekisbusy/yii2-flash-growl
============================

Widget to output all flash messages as growls.

1.0.0(9y ago)1429BSD-3-ClausePHP

Since Feb 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/derekisbusy/yii2-flash-growl)[ Packagist](https://packagist.org/packages/derekisbusy/yii2-flash-growl)[ RSS](/packages/derekisbusy-yii2-flash-growl/feed)WikiDiscussions master Synced 3w ago

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

Growl Flash Messages
====================

[](#growl-flash-messages)

[![Packagist](https://camo.githubusercontent.com/b3775a2de17853a90995faa104f941eef3ad3c40cc89e34b8b1eaea014614d4e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d425344253230332d2d436c617573652d626c75652e737667)](https://github.com/derekisbusy/yii2-flash-growl/blob/master/LICENSE.md)[![Packagist](https://camo.githubusercontent.com/12a83cf7738abcc023b0f6a26f3d3b5a02e89f9bb7bbe7ae600faf4996496a00/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646572656b6973627573792f796969322d666c6173682d67726f776c2e737667)](https://packagist.org/packages/derekisbusy/yii2-flash-growl)

Widget to output flash messages as growls.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require --prefer-dist derekisbusy/yii2-flash-growl "1.*"

```

or add

```
"derekisbusy/yii2-flash-growl": "1.*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
// add flash messages under category growl...
Yii::$app->getSession()->addFlash('growl', [
    'type' => 'success',
    'duration' => 1500,
    'icon' => 'fa fa-success',
    'title' => 'Success!',
    'message' => 'Action has been performed.',
]);

// Display growls in your view...
echo  \derekisbusy\growl\FlashGrowlWidget::widget();

// Or render the _growl view in the controller if you only need to render the growls...
return $this->renderAjax('@derekisbusy/yii2-growl/_growl');
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3408d ago

### Community

Maintainers

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

---

Top Contributors

[![derekisbusy](https://avatars.githubusercontent.com/u/5118781?v=4)](https://github.com/derekisbusy "derekisbusy (15 commits)")

---

Tags

flash-messagesgrowlgrowl-notificationsgrowleryii2extension

### Embed Badge

![Health badge](/badges/derekisbusy-yii2-flash-growl/health.svg)

```
[![Health](https://phpackages.com/badges/derekisbusy-yii2-flash-growl/health.svg)](https://phpackages.com/packages/derekisbusy-yii2-flash-growl)
```

###  Alternatives

[vyants/yii2-daemon

Extension provides functionality for simple daemons creation and control

7760.0k](/packages/vyants-yii2-daemon)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1454.6k](/packages/dmstr-yii2-cookie-consent)[imanilchaudhari/yii2-currency-converter

This extension will help to find out current currency conversion rate.

1911.7k](/packages/imanilchaudhari-yii2-currency-converter)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1358.5k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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