2017 © Pedro Peláez
 

library htmlform

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.

image

depage/htmlform

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.

  • Saturday, January 20, 2018
  • by jonasjonas
  • Repository
  • 6 Watchers
  • 24 Stars
  • 131 Installations
  • JavaScript
  • 3 Dependents
  • 1 Suggesters
  • 10 Forks
  • 4 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

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., (*1)

Latest Stable Version Build Status, (*2)

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

Download

Install Using Composer

Get composer at http://getcomposer.org and then just add this to your composer.json., (*3)

{
    "require": {
        "depage/htmlform": "*"
    }
}

Now run, (*4)

composer install

to install the current version of depage-htmlform into your vendor dir., (*5)

For more information

License (dual)

The Versions

20/01 2018

dev-master

9999999-dev http://docs.depage.net/depage-forms/

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.

  Sources   Download

MIT GPL-2.0 GPL-2.0-or-later

The Requires

  • php >= 5.3

 

The Development Requires

by Sebastian Reinhold

form validation html forms

20/09 2013

dev-aria

dev-aria http://docs.depage.net/depage-forms/

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.

  Sources   Download

MIT GPL-2.0

The Requires

  • php >= 5.3

 

The Development Requires

  • phpunit *

by Sebastian Reinhold

form validation html forms

20/09 2013

dev-dev

dev-dev http://docs.depage.net/depage-forms/

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.

  Sources   Download

MIT GPL-2.0

The Requires

  • php >= 5.3

 

The Development Requires

  • phpunit *

by Sebastian Reinhold

form validation html forms

20/09 2013

1.4.1

1.4.1.0 http://docs.depage.net/depage-forms/

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.

  Sources   Download

MIT GPL-2.0

The Requires

  • php >= 5.3

 

by Sebastian Reinhold

form validation html forms

11/09 2013

1.4.0

1.4.0.0 http://docs.depage.net/depage-forms/

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.

  Sources   Download

MIT GPL-2.0

The Requires

  • php >= 5.3

 

by Sebastian Reinhold

form validation html forms