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 yesterday

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 57% 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

3263d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3008742?v=4)[Bavo De Ridder](/maintainers/bderidder)[@bderidder](https://github.com/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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M387](/packages/easycorp-easyadmin-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[sylius/sylius

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

8.5k5.9M738](/packages/sylius-sylius)[prestashop/prestashop

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

9.1k17.8k](/packages/prestashop-prestashop)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)

PHPackages © 2026

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