brendan-bitlance / php-form-builder
PHP Form Builder
v1.12.0
2017-04-16 09:03 UTC
Requires
- php: >=5.4.0
README
Forms are annoying.
You have to 1) code them, 2) populate them, 3) validate them, 4) make them look pretty.
Overview
-
Make form building fun again by providing an OO package and helper class with a concise structure.
-
Throw $_POST (or whatever) at it and make it stick to the correct elements.
-
Set validation rules and alert users to their foolish mistakes.
-
Bootstrap. Nuff said.
Demo
Run index.php in a browser to see and interact with a dummy form.