PHPackages                             ifightcrime/bootstrap-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. ifightcrime/bootstrap-growl

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

ifightcrime/bootstrap-growl
===========================

Pretty simple jQuery plugin that turns standard Bootstrap alerts into 'Growl-like' notifications.

v1.1.0(13y ago)80113.0k202[7 PRs](https://github.com/ifightcrime/bootstrap-growl/pulls)MITJavaScript

Since Apr 11Pushed 8y ago44 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

bootstrap-growl
===============

[](#bootstrap-growl)

Pretty simple jQuery plugin that turns standard Bootstrap alerts into hovering "Growl-like" notifications.

Demo
----

[](#demo)

I have a basic demo set up at jsfiddle for the time being which you can view here:

Features
--------

[](#features)

- Uses standard [Twitter Bootstrap alerts](http://twitter.github.com/bootstrap/components.html#alerts) which provides 'info', 'danger', and 'success' styles.
- Multiple growls called consecutively are stacked up one after another in a list.
- Automatically fades growls away after a default of 4 seconds.

Dependencies
------------

[](#dependencies)

1. Latest version of jQuery. (tested on 1.11.0)
2. [Twitter Bootstrap](http://twitter.github.com/bootstrap/index.html). (current rev tested with 3.3.1)

Usage
-----

[](#usage)

Include the dependencies and `jquery.bootstrap-growl.min.js` into your page and call the following:

```
$.bootstrapGrowl("My message");
```

Available Options
-----------------

[](#available-options)

By default, growls use the standard 'alert' Bootstrap style, are 250px wide, right aligned, and are positioned 20px from the top right of the page.

```
$.bootstrapGrowl("another message, yay!", {
  ele: 'body', // which element to append to
  type: 'info', // (null, 'info', 'danger', 'success')
  offset: {from: 'top', amount: 20}, // 'top', or 'bottom'
  align: 'right', // ('left', 'right', or 'center')
  width: 250, // (integer, or 'auto')
  delay: 4000, // Time while the message will be displayed. It's not equivalent to the *demo* timeOut!
  allow_dismiss: true, // If true then will display a cross to close the popup.
  stackup_spacing: 10 // spacing between consecutively stacked growls.
});
```

Note: Previous `top_offset` is not broken by this latest change.

Additional Contributors
-----------------------

[](#additional-contributors)

- Jose Martinez
- Lloyd Watkin
- TruongSinh Tran-Nguyen

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity49

Moderate usage in the ecosystem

Community30

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 73.6% 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

4785d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/241466e7109a5a7a534948fbc38a9ce7ba415a66ae8d5306f246c8dcba1de29c?d=identicon)[troymccabe](/maintainers/troymccabe)

---

Top Contributors

[![longlostnick](https://avatars.githubusercontent.com/u/616525?v=4)](https://github.com/longlostnick "longlostnick (53 commits)")[![gdw2](https://avatars.githubusercontent.com/u/665024?v=4)](https://github.com/gdw2 "gdw2 (3 commits)")[![Vadorequest](https://avatars.githubusercontent.com/u/3807458?v=4)](https://github.com/Vadorequest "Vadorequest (3 commits)")[![callado4](https://avatars.githubusercontent.com/u/2084874?v=4)](https://github.com/callado4 "callado4 (3 commits)")[![jrschumacher](https://avatars.githubusercontent.com/u/46549?v=4)](https://github.com/jrschumacher "jrschumacher (2 commits)")[![jhicken](https://avatars.githubusercontent.com/u/5297942?v=4)](https://github.com/jhicken "jhicken (1 commits)")[![brentjanderson](https://avatars.githubusercontent.com/u/45031?v=4)](https://github.com/brentjanderson "brentjanderson (1 commits)")[![kosolapov](https://avatars.githubusercontent.com/u/1077857?v=4)](https://github.com/kosolapov "kosolapov (1 commits)")[![linuxonrails](https://avatars.githubusercontent.com/u/248779?v=4)](https://github.com/linuxonrails "linuxonrails (1 commits)")[![lloydwatkin](https://avatars.githubusercontent.com/u/271622?v=4)](https://github.com/lloydwatkin "lloydwatkin (1 commits)")[![edelbluth](https://avatars.githubusercontent.com/u/4939388?v=4)](https://github.com/edelbluth "edelbluth (1 commits)")[![sophietk](https://avatars.githubusercontent.com/u/1913550?v=4)](https://github.com/sophietk "sophietk (1 commits)")[![c0bra](https://avatars.githubusercontent.com/u/105007?v=4)](https://github.com/c0bra "c0bra (1 commits)")

---

Tags

notificationsbootstrapgrowl

### Embed Badge

![Health badge](/badges/ifightcrime-bootstrap-growl/health.svg)

```
[![Health](https://phpackages.com/badges/ifightcrime-bootstrap-growl/health.svg)](https://phpackages.com/packages/ifightcrime-bootstrap-growl)
```

###  Alternatives

[mouse0270/bootstrap-growl

This is a simple pluging that turns standard Bootstrap alerts into "Growl-like" notifications.

2.2k119.1k](/packages/mouse0270-bootstrap-growl)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[jolicode/jolinotif

Send desktop notifications on Windows, Linux, MacOS.

1.4k11.6M41](/packages/jolicode-jolinotif)[thomasjohnkane/snooze

Schedule future notifications and reminders in Laravel

9321.5M2](/packages/thomasjohnkane-snooze)[kartik-v/yii2-widget-growl

A widget to generate growl based notifications using bootstrap-growl plugin (sub repo split from yii2-widgets)

384.2M14](/packages/kartik-v-yii2-widget-growl)[paragraph1/php-fcm

PHP application server for google firebase cloud messaging (FCM)

1991.2M10](/packages/paragraph1-php-fcm)

PHPackages © 2026

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