kanellov/zf2-validator

Zend Framework 2 validators

0.1.2 2016-03-20 00:04 UTC

This package is not auto-updated.

Last update: 2024-04-24 14:06:59 UTC


README

Build Status

Provides some extra Zend Framework validators.

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:

<?php
require 'vendor/autoload.php';

System Requirements

You need PHP >= 5.3.23.