Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

zendframework/zend-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0b1616c · Oct 4, 2019
May 1, 2016
Oct 3, 2019
Oct 4, 2019
Oct 3, 2019
Jun 2, 2016
Dec 6, 2017
Dec 6, 2017
Dec 15, 2018
Oct 4, 2019
Oct 3, 2019
Oct 3, 2019
Nov 5, 2015
Oct 3, 2019
Jan 7, 2019
Oct 3, 2019
Nov 13, 2016
Apr 28, 2016

Repository files navigation

zend-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