laminas/laminas-form

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

Fund package maintenance!
Community Bridge

Installs: 11 397 482

Dependents: 132

Suggesters: 5

Security: 1

Stars: 80

Watchers: 22

Forks: 56

Open Issues: 56

pkg:composer/laminas/laminas-form

3.24.0 2025-12-15 13:11 UTC

README

Build Status

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:

$ composer require laminas/laminas-form

Documentation

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

Support