This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Validator/README.md

22 lines
504 B
Markdown
Raw Normal View History

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