tzunghaor / form-flow-bundle
Form flow for symfony
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ~7.1
- symfony/dependency-injection: ~3.4
- symfony/event-dispatcher: ~3.4
- symfony/form: ~3.4
- symfony/validator: ~3.4
Suggests
- doctrine/orm: ^2.5
- symfony/framework-bundle: ~3.4
- twig/twig: ^1.0||^2.0
This package is auto-updated.
Last update: 2025-03-29 00:47:46 UTC
README
This is a framework for symfony to create "wizards" consisting of several form steps.
I wrote this bundle because some of our requirements were hard to implement with https://github.com/craue/CraueFormFlowBundle - but that bundle is developed much more actively. If you also have some special requirements which is hard to implement with CraueFormFlowBundle, this bundle might worth a try.