zendframework/zend-mvc-form

Metapackage with all requirements needed to use zend-form with zend-mvc.


Keywords
form, zf2, mvc
License
BSD-3-Clause

Documentation

zend-mvc-form

zend-mvc-form is a Composer metapackage that provides a single package for installing all packages necessary to fully use zend-form under zend-mvc, including:

Install using:

$ composer require zendframework/zend-mvc-form

i18n integration

This package only requires zend-i18n, and not zend-mvc-i18n. This is to allow providing the bare minimum required to use zend-form, as its base view helper extends from the base zend-i18n view helper. If you want to provide translations for your form elements, please install zend-mvc-i18n as well.