This package contains various utilities, widgets, extensions and components to use with your Yii2 applications.
The preferred way to install the library is through composer.
Either run
php composer.phar require --prefer-dist weblement/yii2
or add
{
"require": {
"weblement/yii2": "~1.0.0"
}
}
to your composer.json
file.