Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
..
Constraints 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Context 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Exception 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Mapping 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Resources 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Tests 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Util 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Validator 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Violation 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
CHANGELOG.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
ClassBasedInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Constraint.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
ConstraintValidator.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
ConstraintValidatorFactory.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
ConstraintValidatorFactoryInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
ConstraintValidatorInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
ConstraintViolation.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
ConstraintViolationInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
ConstraintViolationList.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
ConstraintViolationListInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
DefaultTranslator.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
ExecutionContext.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
ExecutionContextInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
GlobalExecutionContextInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
GroupSequenceProviderInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
LICENSE 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
MetadataFactoryInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
MetadataInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
ObjectInitializerInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
PropertyMetadataContainerInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
PropertyMetadataInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
README.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Validation.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
ValidationVisitor.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
ValidationVisitorInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
Validator.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
ValidatorBuilder.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
ValidatorBuilderInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
ValidatorInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago
phpunit.xml.dist 76a0eae5ea Add static resources and remove tests dir for beta release 5 years ago

README.md

Validator Component

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

Resources