Symfony Attributes Overview
Warning: You are browsing the documentation for Symfony 6.2, which is no longer maintained.
Read the updated version of this page for Symfony 7.1 (the current stable version).
Symfony Attributes Overview
Attributes are the successor of annotations since PHP 8. Attributes are native to the language and Symfony takes full advantage of them across the framework and its different components.
Validator
Each validation constraint comes with a PHP attribute. See Validation Constraints Reference for a full list of validation constraints.
This work, including the code samples, is licensed under a
Creative Commons BY-SA 3.0 license.