# laminas-form

[![Build Status](https://github.com/laminas/laminas-form/workflows/Continuous%20Integration/badge.svg)](https://github.com/laminas/laminas-form/actions?query=workflow%3A"Continuous+Integration")

laminas-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:

```bash
$ composer require laminas/laminas-form
```

## Documentation

Browse the documentation online at https://docs.laminas.dev/laminas-form/

## Support

* [Issues](https://github.com/laminas/laminas-form/issues/)
* [Chat](https://laminas.dev/chat/)
* [Forum](https://discourse.laminas.dev/)
