An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# BeastBytes\Validators
Additional validators for the Yii2 Framework

## Validators

- Phone number
- Postal code

For 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.