shiyang / yii2-login-widget
This extension provides a login portlet that provides user login functionality.
Installs: 167
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 3
Type:yii2-extension
pkg:composer/shiyang/yii2-login-widget
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-12-24 14:12:23 UTC
README
This extension provides a login portlet that provides user login functionality.
Preview
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist shiyang/yii2-login-widget "*"
or add
"shiyang/yii2-login-widget": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \shiyang\login\Login::widget(); ?>
