2017 © Pedro PelĂĄez
 

yii2-extension yii2-validators

A compilation of useful validators for the Yii2 framework.

image

jlorente/yii2-validators

A compilation of useful validators for the Yii2 framework.

  • Monday, November 6, 2017
  • by jlorente
  • Repository
  • 1 Watchers
  • 0 Stars
  • 51 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 4 % Grown

The README.md

Yii2 Validators (Development Phase)

A compilation of useful validators for the Yii2 framework., (*1)

Included Validators

RichTextFilterValidator - Filters the inputs of richtext texts on validation., (*2)

AddressValidator - Useful to validate addresses., (*3)

ColorValidator - Validates color inputs., (*4)

IntegrityValidor - Validates the integrity of the foreign keys of the models., (*5)

OccidentalNameValidator - Validates the names of the occidental people., (*6)

UsernameValidator - Validates the usernames., (*7)

Installation

Include the package as dependency under the composer.json file., (*8)

To install, either run, (*9)

$ php composer.phar require jlorente/yii2-validators "*"

or add, (*10)

...
    "require": {
        // ... other configurations ...
        "jlorente/yii2-validators": "*"
    }

to the require section of your composer.json file., (*11)

Usage

In construction, (*12)

License

Copyright © 2015 José Lorente Martín jose.lorente.martin@gmail.com., (*13)

The Versions

06/11 2017

dev-master

9999999-dev https://github.com/jlorente/yii2-validators

A compilation of useful validators for the Yii2 framework.

  Sources   Download

MIT

by Jose Lorente Martin

yii2 validator address name richtext color

09/02 2016

1.0.0

1.0.0.0 https://github.com/jlorente/yii2-validators

A compilation of useful validators for the Yii2 framework.

  Sources   Download

MIT

by Jose Lorente Martin

yii2 validator address name richtext color