mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
309 B
309 B
Zend
v::zend(mixed $validator)
Use Zend validators inside Respect\Validation flow. Messages are preserved.
v::zend('Hostname')->validate('google.com');
You must add "zendframework/zend-validator": "~2.3" to your require property on composer.json file.
See also: