We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3918ee8 commit 63ab35aCopy full SHA for 63ab35a
components/validator.rst
@@ -0,0 +1,18 @@
1
+.. index::
2
+ single: Validator
3
+ single: Components; Validator
4
+
5
+The Validator Component
6
+=======================
7
8
+ The Validator component provides tools to validate values.
9
10
+Installation
11
+------------
12
13
+You can install the component in 2 different ways:
14
15
+* :doc:`Install it via Composer </components/using_components>` (``symfony/validator`` on `Packagist`_);
16
+* Use the official Git repository (https://github.com/symfony/validator).
17
18
+For more information, see the code in the Git Repository.
0 commit comments