Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 305 Bytes

Zend.md

File metadata and controls

16 lines (10 loc) · 305 Bytes

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: