jc-it / yii2-password-input
Extended password input with rules display
v1.0.0
2022-01-21 12:26 UTC
Requires
- php: >=8.0
- kartik-v/yii2-password: ^1.5.6
- yiisoft/yii2: ~2.0.42
Requires (Dev)
- captainhook/plugin-composer: ^5.3
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.2
- phpstan/phpstan-phpunit: ^1.0
- phpstan/phpstan-strict-rules: ^1.1
- ramsey/conventional-commits: ^1.3
- symfony/console: ^5.4.2
- symplify/easy-coding-standard: ^10.0
This package is auto-updated.
Last update: 2024-10-29 06:46:55 UTC
README
This extension provides an extended password input, based on Krajee's password, showing the set rules.
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require jc-it/yii2-password-input
or add
"jc-it/yii2-password-input": "^<latest version>"
to the require
section of your composer.json
file.
TODO
- Add tests