conquer/toastr

Yii2 toastr widget

Installs: 212

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

Type:yii2-extension

1.0 2015-04-10 16:20 UTC

This package is auto-updated.

Last update: 2024-04-24 04:10:08 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.