PHPackages                             kanellov/zf2-validator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. kanellov/zf2-validator

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

kanellov/zf2-validator
======================

Zend Framework 2 validators

0.1.2(10y ago)060MITPHPPHP &gt;=5.3.23

Since Feb 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/kanellov/zf2-validator)[ Packagist](https://packagist.org/packages/kanellov/zf2-validator)[ Docs](https://github.com/kanellov/zf2-validator)[ RSS](/packages/kanellov-zf2-validator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (6)Used By (0)

zf2-validator
=============

[](#zf2-validator)

[![Build Status](https://camo.githubusercontent.com/309740c993af968b76487bc2396121ee35e0b91173cb1dc30f1001a786c0b2ed/68747470733a2f2f7472617669732d63692e6f72672f6b616e656c6c6f762f7a66322d76616c696461746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kanellov/zf2-validator)

Provides some extra Zend Framework validators.

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

[](#installation)

Install composer in your project:

```
curl -s https://getcomposer.org/installer | php

```

Create a composer.json file in your project root:

```
{
    "require": {
        "kanellov/zf2-validator": "dev-master"
    }
}

```

Install via composer:

```
php composer.phar install

```

Add this line to your application’s index.php file:

```
