zendframework / zend-mvc-form
Metapackage with all requirements needed to use zend-form with zend-mvc.
Installs: 972 452
Dependents: 16
Suggesters: 0
Security: 0
Stars: 2
Watchers: 16
Forks: 2
Open Issues: 0
Type:metapackage
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-code: ^2.6.3 || ^3.0.2
- zendframework/zend-form: ^2.8.4
- zendframework/zend-i18n: ^2.7.2
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.