u/semdens

FormsBundle - Release

FormsBundle - Release

I've always had a distaste for writing `FormType` classes, so much so that I just stopped using them. But then I had to deal with raw HTML forms, and I hated that even more, so I decided to automate the boring part.

FormsBundle generates Symfony forms directly from DTOs: property types, nullability, and validator constraints already encode everything a `FormType` needs, the bundle just reads them, builds the form type class, and caches it.

Link: https://github.com/n-fasano/FormsBundle

Feedback welcome!

u/semdens — 3 days ago