gobline / form
Form component
Installs: 139
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/gobline/form
Requires
- php: >=5.6.0
- gobline/filter: ~2.0
README
The Form component is still in alpha stage. It has been designed to allow to:
- add form elements to the form and print them (with label, attributes, validation errors, etc.)
- bind entities to the form and pre-populate it
- validate those entities with user-defined filters
TODO's
- add different types of form elements
- handle the case where an entity contains an array of entities
- phpunit tests
- code documentation
Installation
You can install the Form component using the dependency management tool Composer. Run the require command to resolve and download the dependencies:
composer require gobline/form