PHPackages                             dergus/yii2-whitewizard - 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. dergus/yii2-whitewizard

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

dergus/yii2-whitewizard
=======================

A Yii2 extension for easy handling multistep forms.

v1.0.1(10y ago)2123MITPHP

Since Nov 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/dergus/whitewizard)[ Packagist](https://packagist.org/packages/dergus/yii2-whitewizard)[ RSS](/packages/dergus-yii2-whitewizard/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

A Yii2 extension for handling multistep forms.
==============================================

[](#a-yii2-extension-for-handling-multistep-forms)

A Yii2 extension for easy handling multistep forms.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist dergus/yii2-whitewizard "*"

```

or add

```
"dergus/yii2-whitewizard": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

There are two ways of using this action: 1)Every step is just normal yii action. 2)All steps in action and differtiated by the http varible

==============================================

How to use extension in 1-st way:

```
