jasperfw / form-builder
Dynamic form builder, validator and processor
Installs: 68
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jasperfw/form-builder
Requires
- php: ^8.1
- ext-pdo: *
- jasperfw/core: ^1.0
- jasperfw/validator: ^1.0
- psr/log: 1.0.*
Requires (Dev)
- phpunit/phpunit: ~9.0
README
Current Stability: Beta
The Data Inteface Library provides a range of utilities for interacting with data, from database access classes wrapping PDO for various database systems, to automated data modeling and management classes, to a powerful form building and validation system. Put together, these tools provide the ability to model a database table and manage the data therin with a simple PHP array.
Features
- Automatically generate HTML forms, from simple PHP array definitions.
- Validates input to the form
- Automatically generates user feedback such as error messages.
- Easily customizeable by extending existing form element classes.