diff --git a/components/validator.rst b/components/validator.rst new file mode 100644 index 00000000000..41ffd2c9e61 --- /dev/null +++ b/components/validator.rst @@ -0,0 +1,18 @@ +.. index:: + single: Validator + single: Components; Validator + +The Validator Component +======================= + + The Validator component provides tools to validate values. + +Installation +------------ + +You can install the component in 2 different ways: + +* :doc:`Install it via Composer ` (``symfony/validator`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/validator). + +For more information, see the code in the Git Repository.