denchotsanov / yii2-user
Installs: 74
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:yii2-extension
Requires
- php: ^7.0
- ext-json: *
- fxp/composer-asset-plugin: ^1.4.0
- yiisoft/yii2: ^2.0.18
- yiisoft/yii2-authclient: ^2.1.0
- yiisoft/yii2-bootstrap: ^2.0.0
- yiisoft/yii2-swiftmailer: ^2.0.0
This package is auto-updated.
Last update: 2024-10-29 05:34:39 UTC
README
Yii2 User Extension
Flexible user registration and authentication module for Yii2
Installation
The preferred way to install this extension is through composer. Either run
php composer.phar require --prefer-dist denchotsanov/yii2-user "*"
or add
"denchotsanov/yii2-user": "*"
to the require section of your composer.json.