php-flasher/flasher-toastr-symfony
Integrate Toastr's smooth toast notifications into Symfony projects using PHPFlasher. Enhance Symfony applications with Toastr's refined visuals.
410,597
6
| Install | |
|---|---|
composer require php-flasher/flasher-toastr-symfony |
|
| Latest Version: | v2.6.1 |
| PHP: | >=8.2 |
| License: | MIT |
| Last Updated: | Apr 13, 2026 |
| Links: | GitHub · Packagist |
Maintainer: yoeunes
PHPFlasher Toastr - Symfony Adapter
Symfony adapter for PHPFlasher Toastr. Seamlessly integrate Toastr notifications into Symfony applications.
Requirements
- PHP >= 8.2
- Symfony >= 7.0
- php-flasher/flasher-symfony ^2.4.0
- php-flasher/flasher-toastr ^2.4.0
Installation
composer require php-flasher/flasher-toastr-symfony
Quick Start
// Global helper
toastr('Your changes have been saved!');
// In controller
public function save(): RedirectResponse
{
// Your logic...
toastr('Operation completed successfully!');
return $this->redirectToRoute('home');
}
// With options
toastr('Success message', [
'timeOut' => 5000,
'positionClass' => 'toast-top-right',
]);
Features
- Symfony Helper:
toastr()global function - Service Injection:
ToastrFactoryautowired in constructors - Twig Integration: Auto-injects assets in Twig templates
- Flash Bag: Converts Symfony flash messages to Toastr notifications
Configuration
Publish configuration:
php bin/console flasher:install --config
Add to config/packages/flasher.yaml:
flasher:
toastr:
options:
timeOut: 5000
progressBar: true
positionClass: toast-top-right
Documentation
Complete documentation: php-flasher.io
License
Related Packages
php-flasher/flasher-toastr-laravel
Leverage Toastr for stylish toast notifications in Laravel with PHPFlasher. Add...
641,460
31
php-flasher/flasher-sweetalert-laravel
Incorporate SweetAlert's interactive notifications into Laravel applications wit...
61,762
9
php-flasher/flasher-notyf-laravel
Integrate Notyf's minimalist flash notifications with Laravel via PHPFlasher. En...
433,101
7
php-flasher/flasher-sweetalert-symfony
Utilize SweetAlert for dynamic notifications in Symfony with PHPFlasher. Bring e...
19,857
8
php-flasher/flasher-noty-laravel
Use Noty.js for engaging flash notifications in Laravel with PHPFlasher. Combine...
381,257
6