quangthinh / yii2-user
Yii2 User module
Package info
github.com/vuquangthinh/yii2-user
Type:yii2-extension
pkg:composer/quangthinh/yii2-user
dev-master
2016-06-22 11:41 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-09 19:47:21 UTC
README
Yii2 User module
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist quangthinh/yii2-user "*"
or add
"quangthinh/yii2-user": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \quangthinh\yii\user\AutoloadExample::widget(); ?>```