emnabs/yii2-widget-weather

Yii2 Weather Widget

Installs: 255

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:yii2-extension

1.0.2 2017-11-06 15:06 UTC

This package is auto-updated.

Last update: 2024-05-16 21:18:34 UTC


README

This extension contains a couple of useful widgets. The Weather widget extends the \yii\bootstrap\Widget widget with more easy styling and auto fade out options.

Latest Stable Version Total Downloads License

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist emnabs/yii2-widget-weather "*"

or add

"emnabs/yii2-widget-weather": "*"

to the require section of your composer.json.

Usage

To use this widget, you have to add the codes in your page:

use emhome\weather\Weather;

echo Weather::widget();

License

yii2-widget-weather is released under the BSD 3-Clause License. See the bundled LICENSE.md for details.