olivierdalang / formulator

Fully handles your forms.

Home Page:http://ntopulos.github.io/formulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formulator

Formulator is a PHP library that fully handles forms. It takes care of the generation and the validation, it is complete and reliable without compromise on the flexibility: you can easily integrate it in any project and framework.

*/!\ Formulator is in early development stage /!*
It still lacks some important features or they are not fully completed, major changes may also arise.

Documentation

Offical documentation website

Development

Contribute

Report a bug or submit an idea

Roadmap

To do

  • [C] support of disabled fields
  • [A] differentiate $row and $id from database
  • [A] retrieve submitted data methods
  • [F] correct the code and the comments (old and false methods descriptions)
  • [A] filters
  • [A] extending elements & validation
  • [A] XSRF support
  • [A] file upload handling
  • [F] assisted generation: issue with empty query results
  • [F] issue with addElementsFromQueryObject() when PDOStatement::getColumnMeta is not supported (it is not by all PDO drivers)
  • [Q] option to validate prepopulated, of any use ?

On the long run

  • [A] AJAX validation

License

Formulator software is licensed under the MIT license.

About

Fully handles your forms.

http://ntopulos.github.io/formulator

License:MIT License