erycamel/yii2-user

User


Keywords
extension, yii2
License
BSD-4-Clause

Documentation

User

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(); ?>```