https://github.com/ignatenkovnikita/yii2-validators
Validators
https://github.com/ignatenkovnikita/yii2-validators
Last synced: 2 months ago
JSON representation
Validators
- Host: GitHub
- URL: https://github.com/ignatenkovnikita/yii2-validators
- Owner: ignatenkovnikita
- Created: 2016-07-20T21:53:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T10:34:46.000Z (over 7 years ago)
- Last Synced: 2025-03-05T13:08:43.412Z (3 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Validators
======
ValidatorsInstallation
------------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(); ?>```