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

https://github.com/dmstr/yii2-validators

Yii2 Framework validators
https://github.com/dmstr/yii2-validators

Last synced: 8 months ago
JSON representation

Yii2 Framework validators

Awesome Lists containing this project

README

          

yii2-validators
===============
Yii2 Framework validators

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist dmstr/yii2-validators "*"
```

or add

```
"dmstr/yii2-validators": "*"
```

to the require section of your `composer.json` file.

Usage
-----

Once the extension is installed, simply use it in your code by :

```php
= \dmstr\validators\AutoloadExample::widget(); ?>```