nex-otaku / yii2-uuid-user
Fork of Dektrium user extension, with UUID support.
Package info
github.com/Nex-Otaku/yii2-uuid-user
Type:yii2-extension
pkg:composer/nex-otaku/yii2-uuid-user
1.1.0
2018-04-05 08:07 UTC
Requires
- dektrium/yii2-user: ^0.9.6
- dmstr/yii2-db: ^0.7.7
- nex-otaku/yii2-softdelete: ~1.0.0
- nex-otaku/yii2-uuid-tools: ~1.1.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-01 00:10:51 UTC
README
Fork of Dektrium user extension, with UUID support.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist nex-otaku/yii2-uuid-user "*"
or add
"nex-otaku/yii2-uuid-user": "*"
to the require section of your composer.json file.
Features
-
Easily disable profile fields and avatar.
-
Email as username.
-
UUID support.
-
SoftDelete.
Usage
See "dektrium/yii2-user".