acseo/dynamic-form-bundle
Symfony bundle to build dynamic forms from PHP arrays. Define fields, options (label/help/picto/data), constraints (NotBlank, Length, etc.) and render via a form provider. Includes install steps, bundle enablement, and controller example.
label/help translations) and GDPR/regulatory fields (e.g., toggling consent checkboxes per region).constraints), Twig templates, and Doctrine for seamless data persistence—reduces tech debt for teams already using Symfony.FileType or use a dedicated package like VichUploaderBundle)."This bundle lets us ship configurable forms 10x faster—think admin panels, user onboarding, or surveys—without sacrificing validation or security. For example, we could launch a multi-language customer portal in weeks instead of months by defining forms in JSON/YAML. It’s a low-risk, high-reward play for internal tools or niche SaaS features where form flexibility is critical. The MIT license and Symfony integration mean no vendor lock-in, and the dev team can maintain it with existing skills."
*"This is a Symfony-native solution for dynamic forms that:
formArray = ['field1' => ['type' => 'text', 'constraints' => [...]]]).NotBlank, custom rules) and Twig templates.*"While this won’t replace custom UI components, it’s a force multiplier for:
How can I help you explore Laravel packages today?