beastbytes / yii2-validators
Additional validators for Yii2
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4
This package is auto-updated.
Last update: 2024-11-19 10:56:23 UTC
README
Additional validators for the Yii2 Framework
Validators
- Phone number
- Postal code
For license information see the LICENSE-file.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist beastbytes/yii2-validators
or add
"beastbytes/yii2-validators": "*"
to the require section of your composer.json.