Yii2 module inblank/yii2-activeuser
, (*1)
  
  Русская версия этого документа доступна здесь., (*2)
Module yii2-activeuser for Yii2 allows, (*3)
Installation
The preferred way to install this module is through composer., (*4)
Navigate to the project folder and run the console command:, (*5)
$ composer require inblank/yii2-activeuser
or add:, (*6)
"inblank/yii2-activeuser": "~0.1"
to the require section of your composer.json file., (*7)
Add following lines to your main configuration file:, (*8)
'modules' => [
    'activeuser'=>[
        'class' => 'inblank\activeuser\Module',
    ],
],
Configuring
Usage