PHPackages                             coderspotting/toast-message - 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. coderspotting/toast-message

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

coderspotting/toast-message
===========================

Easy integration of AlertifyJS.com in Symfony

1.2(8y ago)0177MITPHP

Since Apr 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/CoderSpotting/toast-message)[ Packagist](https://packagist.org/packages/coderspotting/toast-message)[ RSS](/packages/coderspotting-toast-message/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Coderspotting toast-message
===========================

[](#coderspotting-toast-message)

A Symfony Bundle to integrate alertify.js () into your project.

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

[](#installation)

```
composer require coderspotting\toast-message

```

Configuration
-------------

[](#configuration)

The bundle comes with an integrated version of Alertify.js. You can include that version by adding the following snippet to your Twig template. Optionally you can leave this out and include your own version of Alertify.js.

```
{% stylesheets filter='cssrewrite' 'bundles/coderspottingtoastmessage/css/*' %}

{% endstylesheets %}
```

Similarly the snippet below will load the included version of Alertify.js in your Twig template. Optionally you can replace this with your own version of Alertify.js.

```
{% javascripts '@CoderSpottingToastMessageBundle/Resources/public/js/*' %}

{% endjavascripts %}
```

Regardless if you included the builtin version or your own version of Alertify.js you have to include the following in your Twig template, after the inclusion of the Javascript.

```
{{ renderToasts() }}
```

Usage
-----

[](#usage)

Retrieve the service and add a toast message as shown below. You can add multiple toast messages. The next rendering of a Twig template will include the toast messages and show them in the browser.

```
$toastService = $this->container->get('CoderSpotting.ToastMessage');

$toastService->addToast("This is a toast message");
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Every ~239 days

Total

3

Last Release

3213d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5459898fb64e695bb9d7eef7dee4a364d05a1878262666e028c3df2f36534974?d=identicon)[bderidder](/maintainers/bderidder)

---

Top Contributors

[![bderidder](https://avatars.githubusercontent.com/u/3008742?v=4)](https://github.com/bderidder "bderidder (17 commits)")

---

Tags

formextra formalertify

### Embed Badge

![Health badge](/badges/coderspotting-toast-message/health.svg)

```
[![Health](https://phpackages.com/badges/coderspotting-toast-message/health.svg)](https://phpackages.com/packages/coderspotting-toast-message)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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