Adds wizard/workflow functionality to Symfony2 controllers using PHP annotations.
IbrowsWizardAnnotationBundle is a Symfony2 bundle that enables developers to implement multi-step wizards or workflows directly within their controllers using simple PHP annotations. It provides a structured way to handle sequential form processes with built-in validation and navigation control.
@Wizard annotations on controller actions, specifying step order and validation methods.Wizard::REDIRECT_STEP_BACK allow easy redirection to previous steps when validation fails.ibrows_wizardannotation.annotation.handler) to manage wizard state and data in views.The bundle follows Symfony's convention-over-configuration philosophy by leveraging annotations to keep wizard logic close to the controller actions, making complex workflows simple to implement and maintain.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.