PHPackages                             yiisolutions/yii2-user-module - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. yiisolutions/yii2-user-module

ActiveYii2-extension[Authentication &amp; Authorization](/categories/authentication)

yiisolutions/yii2-user-module
=============================

Yii2 user module

09PHP

Since Dec 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/yiisolutions/yii2-user-module)[ Packagist](https://packagist.org/packages/yiisolutions/yii2-user-module)[ RSS](/packages/yiisolutions-yii2-user-module/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-user-module
================

[](#yii2-user-module)

[![Latest Stable Version](https://camo.githubusercontent.com/3e88e7d2a83acd5269f89dfa7a969a4b73a5473ef50f5268d73b365b82241820/68747470733a2f2f706f7365722e707567782e6f72672f796969736f6c7574696f6e732f796969322d757365722d6d6f64756c652f762f737461626c65)](https://packagist.org/packages/yiisolutions/yii2-user-module)[![Total Downloads](https://camo.githubusercontent.com/e304172ab8f3f8c424500a2b17f249887dcd5bbb7494dabe07c561904d4f5d88/68747470733a2f2f706f7365722e707567782e6f72672f796969736f6c7574696f6e732f796969322d757365722d6d6f64756c652f646f776e6c6f616473)](https://packagist.org/packages/yiisolutions/yii2-user-module)[![Build Status](https://camo.githubusercontent.com/b7bde7efbbeff577999087410e6f81801206cf8b12f462d3e50b87eca485fc5b/68747470733a2f2f7472617669732d63692e6f72672f796969736f6c7574696f6e732f796969322d757365722d6d6f64756c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/yiisolutions/yii2-user-module)[![codecov](https://camo.githubusercontent.com/cf549e310cb3628c3a74794b7723d0ebb933267e93e188c92ab29be5ef13de1b/68747470733a2f2f636f6465636f762e696f2f67682f796969736f6c7574696f6e732f796969322d757365722d6d6f64756c652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/yiisolutions/yii2-user-module)[![License](https://camo.githubusercontent.com/a5b37bc441e734e07845f53cf8da503444362389d010d58c3ee97f3c097c4d49/68747470733a2f2f706f7365722e707567782e6f72672f796969736f6c7574696f6e732f796969322d757365722d6d6f64756c652f6c6963656e7365)](https://packagist.org/packages/yiisolutions/yii2-user-module)

Yii2 user module.

Installation
------------

[](#installation)

Use composer

```
composer require "yiisolutions/yii2-user-module: @dev"
```

or add to `composer.json`

```
{
  "require": {
    "yiisolutions/yii2-user-module": "@dev"
  }
}
```

Configuration
-------------

[](#configuration)

For enable user module edit your configuration

```
