conquer / toastr
Yii2 toastr widget
1.0
2015-04-10 16:20 UTC
Requires
- php: >=5.4.0
- bower-asset/toastr: ~2.1.1
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-02-24 08:30:04 UTC
README
Description
toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. For more information please visit Toastr
Installation
The preferred way to install this extension is through composer.
To install, either run
$ php composer.phar require conquer/toastr "*"
or add
"conquer/toastr": "*"
to the require section of your composer.json file.
Usage
use conquer\toastr\ToastrWidget; ToastrWidget::widget(['title'=>'Hello!', 'message'=>'World!']);
License
conquer/toastr is released under the MIT License. See the bundled LICENSE.md for details.