PHPackages                             ibrows/wizard-annotation-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ibrows/wizard-annotation-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

ibrows/wizard-annotation-bundle
===============================

Simple wizard for a controller with validation methods

1.3.0(10y ago)08.4k1MITPHPPHP &gt;=5.3.0

Since Mar 13Pushed 5y agoCompare

[ Source](https://github.com/ibrows/IbrowsWizardAnnotationBundle)[ Packagist](https://packagist.org/packages/ibrows/wizard-annotation-bundle)[ RSS](/packages/ibrows-wizard-annotation-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (13)Used By (1)

IbrowsWizardAnnotationBundle
============================

[](#ibrowswizardannotationbundle)

Give's a Symfony2 controller a simple wizard/workflow with annotations.

How to install
==============

[](#how-to-install)

### Add Bundle to your composer.json

[](#add-bundle-to-your-composerjson)

```
// composer.json

{
    "require": {
        "ibrows/wizard-annotation-bundle": "*"
    }
}
```

### Install the bundle from console with composer.phar

[](#install-the-bundle-from-console-with-composerphar)

```
$ php composer.phar update ibrows/wizard-annotation-bundle
```

### Enable the bundle in AppKernel.php

[](#enable-the-bundle-in-appkernelphp)

```
