Mistralys / HTML_QuickForm2

Provides methods to create, validate and render HTML forms in PHP.
2 stars 0 forks source link

HTML QuickForm 2 - Mistralys fork

This fork focuses on code modernization, performance and quality of life improvements.

Requirements

Installation

Add as dependency to your composer.json file with:

composer require mistralys/html_quickform2

Also see the Packagist page.

Additions and improvements

Some changes in detail:

Performance tweaks

Element ID generation

The element ID generation mechanism has been modified, so it is no longer possible to rely on a specific naming scheme to predict the automatic element IDs. In practice, this was impractical at best anyway, and the new system has big performance gains.

Documentation

See the main branch for details and documentation: https://github.com/pear/HTML_QuickForm2

Additional documentation is available in the docs/knowledgebase folder, in the form of Markdown files.