emnabs / yii2-widget-weather
Yii2 Weather Widget
Installs: 317
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:yii2-extension
Requires
- yiisoft/yii2: *
- yiisoft/yii2-bootstrap: @dev
This package is auto-updated.
Last update: 2024-11-16 22:29:55 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.
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.