Validator Component =================== This component is based on the JSR-303 Bean Validation specification and enables specifying validation rules for classes using XML, YAML or annotations, which can then be checked against instances of these classes. Resources --------- Unit tests: https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Component/Validator Documentation: http://symfony.com/doc/2.0/book/validation.html JSR-303 Specification: http://jcp.org/en/jsr/detail?id=303