brendan-bitlance / php-form-builder
PHP Form Builder
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/brendan-bitlance/php-form-builder
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.