erycamel / yii2-user
User
dev-master
2020-01-26 05:11 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-02-26 19:35:00 UTC
README
User
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist erycamel/yii2-user "*"
or add
"erycamel/yii2-user": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \erycamel\user\AutoloadExample::widget(); ?>```