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

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

Validators
https://github.com/ignatenkovnikita/yii2-validators

Last synced: 2 months ago
JSON representation

Validators

Awesome Lists containing this project

README

        

Validators
======
Validators

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

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

Either run

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

or add

```
"ignatenkovnikita/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
= \ignatenkovnikita\validators\AutoloadExample::widget(); ?>```