From 63ab35aa7e5b18b95ab70d427d991e5c1290102d Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Thu, 14 Jul 2016 15:27:54 -0400 Subject: [PATCH] Bootstrapping the validator components --- components/validator.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 components/validator.rst 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.