zendframework/zend-form

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

Validate and display simple and complex forms, casting forms to business objects and vice versa

Maintainers

👁 zendframework

Package info

github.com/zendframework/zend-form

Chat

Forum

Documentation

pkg:composer/zendframework/zend-form

Statistics

Installs: 14 282 891

Dependents: 190

Suggesters: 8

Stars: 68

Open Issues: 52

2.14.3 2019-10-04 10:46 UTC

Requires

Suggests

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 0b1616c59b1f3df194284e26f98c81ad0c377871

formZendFrameworkzf


README

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-form.

👁 Build Status
👁 Coverage Status

zend-form is intended primarily as a bridge between your domain models and the View Layer. It composes a thin layer of objects representing form elements, an InputFilter, and a small number of methods for binding data to and from the form and attached objects.

Installation

Run the following to install this library:

$ composer require zendframework/zend-form

Documentation

Browse the documentation online at https://docs.zendframework.com/zend-form/

Support