yii2x / yii2-auth-ui-ext
Yii2 Sencha Modern Authentication and Authorization User Interface.
Package info
github.com/yii2x/yii2-ext-auth-ui
Type:yii2-extension
pkg:composer/yii2x/yii2-auth-ui-ext
dev-master
2018-01-14 21:23 UTC
Requires
- yii2x/auth: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-23 13:50:23 UTC
README
Yii2 Sencha Modern Authentication and Authorization User Interface.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yii2x/yii2-ext-auth-ui "*"
or add
"yii2x/yii2-ext-auth-ui": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \yii2x\ui\auth\AutoloadExample::widget(); ?>```