Validators
Introduction
zend-i18n provides a set of validators that use internationalization capabilities.
These validators are based on Zend Frameworks's component for validation of data
and files: zend-validator.
The documentation of zend-validator also describes the translate of the
validation messages.
Installation requirements
The validation support of zend-i18n depends on the zend-validator component, so be sure to have it installed before getting started:
bash $ composer require zendframework/zend-validator
Found a mistake or want to contribute to the documentation? Edit this page on GitHub!