toa / validator
Toa Validator Component
Installs: 2 133
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
This package is not auto-updated.
Last update: 2024-12-16 15:25:59 UTC
README
This Component extends Symfony Validator Component ~2.1.
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.