toa/validator

Toa Validator Component

Installs: 2 133

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/toa/validator

dev-master 2014-02-24 18:57 UTC

This package is not auto-updated.

Last update: 2025-10-06 19:28:25 UTC


README

This Component extends Symfony Validator Component ~2.1.

Build Status Code Coverage Scrutinizer Quality Score Dependency Status

SensioLabsInsight Latest Stable Version Total Downloads

Requirements

To use Csv constraint you have to install Goodby CSV:

{
    "require": {
        "goodby/csv": "*"
    }
}

To use Audio or Video constraint you have to install PHP FFmpeg:

{
    "require": {
        "php-ffmpeg/php-ffmpeg": "*"
    }
}

Installation

Add this component to your composer.json file:

{
    "require": {
        "toa/validator": "dev-master"
    }
}

Usage

Read the documentation.

General information to use validation constraints can be found in the Symfony documentation.