Download the PHP package depage/htmlform without Composer
On this page you can find all versions of the php package depage/htmlform. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download depage/htmlform
More information about depage/htmlform
Files in depage/htmlform
Download depage/htmlform
More information about depage/htmlform
Files in depage/htmlform
Vendor depage
Package htmlform
Short Description depage-forms is PHP library for HTML form generation with focus on usability. By abstracting HTML, browser flaws (duplicate form submissions) and form validation, it provides a comfortable way to obtain reliable and validated data from users.
License MIT GPL-2.0
Homepage http://docs.depage.net/depage-forms/
Package htmlform
Short Description depage-forms is PHP library for HTML form generation with focus on usability. By abstracting HTML, browser flaws (duplicate form submissions) and form validation, it provides a comfortable way to obtain reliable and validated data from users.
License MIT GPL-2.0
Homepage http://docs.depage.net/depage-forms/
Please rate this library. Is it a good library?
Informations about the package htmlform
depage-forms: HTML5-forms in PHP with ease and comfort
depage-forms is PHP library for HTML form generation with focus on usability. It is part of the upcoming version of depage-cms, but it also works as a standalone library. By abstracting HTML, browser flaws (duplicate form submissions) and form validation, it provides a comfortable way to obtain reliable and validated data from users.
Features
- validation
- server side
- client side (jQuery Tools)
- available for standard input elements
- customizable with regular expressions
- basic CSRF protection
- HTML5 form features
- attributes : placeholder, autofocus, textbox datalists, title, pattern
- input elements : boolean (checkbox), email, hidden, multiple (checkbox, select list), number, password, range, search, single (radio, select list), tel, text, textarea, url
- richtext element (wysiwyg HTML editor)
- averts form resubmission
- divide forms into ѕeparate parts
- neat return values with appropriate data types
- easy language localisation
- session timeout
- simple creditcard validation (by values)
- unit tested
Prerequisites
- PHP 5.3
- jQuery >=1.4.3 (optional, for client side validation and richtext field)
Introduction
- You can get a basic introduction at: depage-forms: html5 forms made easy (part I)
- How to do Form Validation depage-forms: validation of html5 forms (part II)
Download
Install Using Composer
Get composer at http://getcomposer.org and then just add this to your composer.json.
{
"require": {
"depage/htmlform": "*"
}
}
Now run
composer install
to install the current version of depage-htmlform into your vendor dir.
For more information
- You can fork us at: http://github.com/depage/depage-forms/
- You find the documentation at: http://docs.depage.net/depage-forms/
- For more information about depage-cms go to: http://www.depagecms.net/
- if you want to support with development More info
License (dual)
All versions of htmlform with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 5.3
The package depage/htmlform contains the following files
Loading the files please wait ....