pstramecki / yii2-validators
Yii2 validators
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.51
Requires (Dev)
- phpstan/phpstan: 1.*
- phpunit/phpunit: ~11.3.6
This package is auto-updated.
Last update: 2025-04-22 22:02:19 UTC
README
Collection of useful validators for Yii Framework 2.0
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist pstramecki/yii2-validators "*"
or add
"pstramecki/yii2-validators": "*"
to the require section of your composer.json
file.
Usage
Add the rules as the following example