chabibnr / yii2-change-password
Simple change password system
Package info
github.com/chabibnr/yii2-change-password
Type:yii2-extension
pkg:composer/chabibnr/yii2-change-password
dev-master
2018-05-11 04:05 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-02-16 23:08:37 UTC
README
Simple change password system
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist chabibnr/yii2-change-password "*"
or add
"chabibnr/yii2-change-password": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \chabibnr\changePassword\Form::widget(); ?>