zendframework/zend-mvc-form

This package is abandoned and no longer maintained. The author suggests using the laminas/laminas-mvc-form package instead.

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

Installs: 948 353

Dependents: 16

Suggesters: 0

Security: 0

Stars: 2

Watchers: 16

Forks: 2

Open Issues: 0

Type:metapackage

1.0.0 2016-06-07 18:34 UTC

This package is auto-updated.

Last update: 2020-01-20 19:46:42 UTC


README

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-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.