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

Latest commit

 

History

History
27 lines (18 loc) · 980 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 980 Bytes

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