Download the PHP package jenwachter/html-form without Composer
On this page you can find all versions of the php package jenwachter/html-form. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jenwachter/html-form
More information about jenwachter/html-form
Files in jenwachter/html-form
Download jenwachter/html-form
More information about jenwachter/html-form
Files in jenwachter/html-form
Vendor jenwachter
Package html-form
Short Description A PHP library designed to make creating, validating, and maintaining forms easier.
License MIT
Homepage http://github.com/jenwachter/html-form
Package html-form
Short Description A PHP library designed to make creating, validating, and maintaining forms easier.
License MIT
Homepage http://github.com/jenwachter/html-form
Keywords formvalidation
Please rate this library. Is it a good library?
Informations about the package html-form
HTML Form
Hate writing and validating HTML forms? Me too. The HTML Form library was designed to make creating, validating, and maintaining forms easier.
Requirements
- PHP >= 5.3.2
- Sessions enabled (if you want the form fields to repopulate)
Installation
Via Composer:
Documentation
See below for basic usage or see the wiki.
Basic Usage
Changelog
- 0.8
- Added server-side validation for maxlength attribute
- 0.7
- Moved location of help text to after label for accessibility
- 0.6.2
- Added htmlspecialchars method
- 0.6.1
- Bugfix
- 0.6
- Added striptags sanitizer
- 0.5
- Moved validation functions into element classes.
- Added sanitizer class
- 0.4
- Removed
$_GET
support - Improved unit tests
- Removed
- 0.3.3
- Removed label from honeypot
- 0.3.2
- Removed rendering of global
beforeElement
andafterElement
content before and after bits of HTML.
- Removed rendering of global
- 0.3.1
- Bug fix
-
0.3
- Added a flag that allows option form fields to use the numeric keys of the options array as the option field's value. Issue #13
- 0.2
- Method name changes in HtmlForm\Form:
- render() is now display()
- compileForm() is now render()
- 0.1
- Initial release
All versions of html-form with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.2
The package jenwachter/html-form contains the following files
Loading the files please wait ....