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

README.md

Validator Component

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

Resources