yii2x / yii2-auth-ui-ext
Yii2 Sencha Modern Authentication and Authorization User Interface.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yii2x/auth: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-04-21 09:50:31 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(); ?>```