Download the PHP package yuncms/yii2-user without Composer
On this page you can find all versions of the php package yuncms/yii2-user. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yuncms/yii2-user
More information about yuncms/yii2-user
Files in yuncms/yii2-user
Package yii2-user
Short Description Flexible user registration and authentication module for Yii
License MIT
Informations about the package yii2-user
yii2-user
Most of web applications provide a way for users to register, log in or reset their forgotten passwords. Rather than re-implementing this on each application, you can use Yii2-user which is a flexible user management module for Yii2 that handles common tasks such as registration, authentication and password retrieval. The latest version includes following features:
- 注册使用邮箱激活账号
- 使用社交账户注册
- 密码找回
- 账号和个人资料管理
- 控制台命令
- 用户管理接口
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require
section of your composer.json.
Configuring your application
Add following lines to your main configuration file:
Updating database schema
After you downloaded and configured Yii2-user, the last thing you need to do is updating your database schema by applying the migrations:
$ php yii migrate/up --migrationPath=@vendor/yuncms/yii2-user/migrations
Thanks to
License
This is released under the MIT License. See the bundled LICENSE.md for details.
All versions of yii2-user with dependencies
yiisoft/yii2-jui Version ~2.0
yiisoft/yii2-swiftmailer Version ~2.0
yiisoft/yii2-queue Version ~2.0
yiisoft/yii2-bootstrap Version ~2.0
yiisoft/yii2-imagine Version ~2.1
xutl/yii2-cropper-asset Version ~1.0
xutl/yii2-authclient Version ~1.0
xutl/yii2-fontawesome-asset Version ~2.0
yuncms/yii2-system Version ~2.0
yuncms/yii2-tag Version ~2.0
yuncms/yii2-oauth2 Version ~2.0