Kévin Tessier c68c1dd9b0 first commit il y a 6 ans
..
Constraints c68c1dd9b0 first commit il y a 6 ans
Context c68c1dd9b0 first commit il y a 6 ans
Exception c68c1dd9b0 first commit il y a 6 ans
Mapping c68c1dd9b0 first commit il y a 6 ans
Util c68c1dd9b0 first commit il y a 6 ans
Validator c68c1dd9b0 first commit il y a 6 ans
Violation c68c1dd9b0 first commit il y a 6 ans
.gitignore c68c1dd9b0 first commit il y a 6 ans
CHANGELOG.md c68c1dd9b0 first commit il y a 6 ans
ClassBasedInterface.php c68c1dd9b0 first commit il y a 6 ans
Constraint.php c68c1dd9b0 first commit il y a 6 ans
ConstraintValidator.php c68c1dd9b0 first commit il y a 6 ans
ConstraintValidatorFactory.php c68c1dd9b0 first commit il y a 6 ans
ConstraintValidatorFactoryInterface.php c68c1dd9b0 first commit il y a 6 ans
ConstraintValidatorInterface.php c68c1dd9b0 first commit il y a 6 ans
ConstraintViolation.php c68c1dd9b0 first commit il y a 6 ans
ConstraintViolationInterface.php c68c1dd9b0 first commit il y a 6 ans
ConstraintViolationList.php c68c1dd9b0 first commit il y a 6 ans
ConstraintViolationListInterface.php c68c1dd9b0 first commit il y a 6 ans
DefaultTranslator.php c68c1dd9b0 first commit il y a 6 ans
ExecutionContext.php c68c1dd9b0 first commit il y a 6 ans
ExecutionContextInterface.php c68c1dd9b0 first commit il y a 6 ans
GlobalExecutionContextInterface.php c68c1dd9b0 first commit il y a 6 ans
GroupSequenceProviderInterface.php c68c1dd9b0 first commit il y a 6 ans
LICENSE c68c1dd9b0 first commit il y a 6 ans
MetadataFactoryInterface.php c68c1dd9b0 first commit il y a 6 ans
MetadataInterface.php c68c1dd9b0 first commit il y a 6 ans
ObjectInitializerInterface.php c68c1dd9b0 first commit il y a 6 ans
PropertyMetadataContainerInterface.php c68c1dd9b0 first commit il y a 6 ans
PropertyMetadataInterface.php c68c1dd9b0 first commit il y a 6 ans
README.md c68c1dd9b0 first commit il y a 6 ans
Validation.php c68c1dd9b0 first commit il y a 6 ans
ValidationVisitor.php c68c1dd9b0 first commit il y a 6 ans
ValidationVisitorInterface.php c68c1dd9b0 first commit il y a 6 ans
Validator.php c68c1dd9b0 first commit il y a 6 ans
ValidatorBuilder.php c68c1dd9b0 first commit il y a 6 ans
ValidatorBuilderInterface.php c68c1dd9b0 first commit il y a 6 ans
ValidatorInterface.php c68c1dd9b0 first commit il y a 6 ans
composer.json c68c1dd9b0 first commit il y a 6 ans
phpunit.xml.dist c68c1dd9b0 first commit il y a 6 ans

README.md

Validator Component

The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.

Resources