comparison vendor/symfony/validator/README.md @ 0:c75dbcec494b

Initial commit from drush-created site
author Chris Cannam
date Thu, 05 Jul 2018 14:24:15 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c75dbcec494b
1 Validator Component
2 ===================
3
4 The Validator component provides tools to validate values following the
5 [JSR-303 Bean Validation specification][1].
6
7 Resources
8 ---------
9
10 * [Documentation](https://symfony.com/doc/current/components/validator.html)
11 * [Contributing](https://symfony.com/doc/current/contributing/index.html)
12 * [Report issues](https://github.com/symfony/symfony/issues) and
13 [send Pull Requests](https://github.com/symfony/symfony/pulls)
14 in the [main Symfony repository](https://github.com/symfony/symfony)
15
16 [1]: http://jcp.org/en/jsr/detail?id=303