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

v1.0 2015-02-10 15:53 UTC

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

Login widget

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(); ?>