vadimpalgov / yii2-otp
Otp code plugin for yii2
dev-master / 1.0.x-dev
2022-09-07 12:25 UTC
Requires
Requires (Dev)
- phpunit/phpunit: <7
- yiisoft/yii2: ~2.0
- yiisoft/yii2-coding-standards: ~2.0
This package is auto-updated.
Last update: 2026-03-07 20:27:13 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist parfeon/yii2-otp "@dev"
or add
"parfeon/yii2-otp": "@dev"
to the require section of your composer.json file.