https://github.com/beastbytes/yii2-validators
Additional validators for the Yii 2 framework
https://github.com/beastbytes/yii2-validators
Last synced: 2 months ago
JSON representation
Additional validators for the Yii 2 framework
- Host: GitHub
- URL: https://github.com/beastbytes/yii2-validators
- Owner: beastbytes
- License: other
- Created: 2018-11-18T15:55:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T16:03:26.000Z (over 6 years ago)
- Last Synced: 2025-02-03T15:55:00.826Z (4 months ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BeastBytes\Validators
Additional validators for the Yii2 Framework## Validators
- Phone number
- Postal codeFor license information see the [LICENSE](LICENSE.md)-file.
## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist beastbytes/yii2-validators
```or add
```json
"beastbytes/yii2-validators": "*"
```to the require section of your composer.json.