yiirocks/toast-bootstrap5

Bootstrap 5 toast notifications backed by Yii3 session flash messages

Maintainers

Package info

github.com/YiiRocks/toast-bootstrap5

Homepage

pkg:composer/yiirocks/toast-bootstrap5

Transparency log

Fund package maintenance!

YiiRocks

Statistics

Installs: 573

Dependents: 2

Suggesters: 1

Stars: 0

Open Issues: 0

1.0.1 2026-08-16 11:28 UTC

This package is auto-updated.

Last update: 2026-08-21 20:40:04 UTC


README

Bootstrap 5 toast notifications for Yii framework 3.0, backed by yiisoft/session flash messages. Queue a message from a controller, render $toast in your layout, done - no manual partials, no custom JS.

Packagist Version PHP from Packagist Packagist GitHub License GitHub Workflow Status

Stats for Nerds

Coverage MSI Tests Assertions

Requirements

  • PHP 8.3+
  • Bootstrap 5's JS bundle loaded on the page (for dismiss/autohide behavior)

Installation

composer require yiirocks/toast-bootstrap5

Optionally, add Bootstrap Icons per message type:

composer require yiirocks/svg-inline-bootstrap

Documentation

The complete reference guide is available at Yii.Rocks.