PHPackages                             mauriziocingolani/yii2-wizardwidget - 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. mauriziocingolani/yii2-wizardwidget

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

mauriziocingolani/yii2-wizardwidget
===================================

Multi step wizard widget using tabs to guide a user through steps to complete a task. Based on the Form wizard (using tabs) from lukepzak (see http://bootsnipp.com/snippets/featured/form-wizard-using-tabs).

08PHP

Since Jan 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mauriziocingolani/yii2-wizardwidget)[ Packagist](https://packagist.org/packages/mauriziocingolani/yii2-wizardwidget)[ RSS](/packages/mauriziocingolani-yii2-wizardwidget/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Wizard Widget
==================

[](#yii2-wizard-widget)

Multi step wizard widget using tabs to guide a user through steps to complete a task. Based on the Form wizard (using tabs) from lukepzak (see ).

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist drsdre/yii2-wizardwidget "*"

```

or add

```
"drsdre/yii2-wizardwidget": "*"

```

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

Wizard configuration
--------------------

[](#wizard-configuration)

- `id`: *string* html id of the wizard widget
- `steps`: *array* definition of the wizard steps. Array key will be used as the hyperlinks to the steps.

Each step can have the following parameters:

- `title`: *string required* title of the step (shown when hoovering over step icon)
- `icon`: *string required* step icon code (see Glyphicon or Font awesome codes)
- `content`: *string required* HTML content of the step page
- `skippable`: *boolean optional* allow to skip over a step
- `buttons`: *array optional* configuration of the buttons per step
- `complete_content`: *string optional* the HTML content of a complete step
- `start_step`: *string optional* the starting step when wizard is initialized

In each step four different buttons can be configured (display of a button is dependent on position of the step in the sequence):

- `prev`: (not shown on first step)
- `next`: (not shown on last step)
- `skip`: (shown when skippable is set)
- `save`: (shown on the last step)

Each button can be configured with:

- `title`: *string optional* title as shown in the button
- `options`: *array optional* of HTML options (see [Yii2 HTML helper documentation](http://www.yiiframework.com/doc-2.0/yii-helpers-basehtml.html#button()-detail))

or

- `html`: *string optional* add your own button definition with HTML code (for example to save data after a step)

Usage
-----

[](#usage)

Once the extension is installed, use it in your code like :

```

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cd851e40745fb514919472bbb5cff04769807ccb4fdc3beb5489e18239a7b4d?d=identicon)[mauriziocingolani](/maintainers/mauriziocingolani)

---

Top Contributors

[![mauriziocingolani](https://avatars.githubusercontent.com/u/4015015?v=4)](https://github.com/mauriziocingolani "mauriziocingolani (2 commits)")[![micheledomesi](https://avatars.githubusercontent.com/u/21306633?v=4)](https://github.com/micheledomesi "micheledomesi (1 commits)")

### Embed Badge

![Health badge](/badges/mauriziocingolani-yii2-wizardwidget/health.svg)

```
[![Health](https://phpackages.com/badges/mauriziocingolani-yii2-wizardwidget/health.svg)](https://phpackages.com/packages/mauriziocingolani-yii2-wizardwidget)
```

###  Alternatives

[qieangel2013/esparser

es php library

1583.4k](/packages/qieangel2013-esparser)[yii2mod/yii2-c3-chart

Yii2 wrapper for D3-based reusable chart library

1193.6k](/packages/yii2mod-yii2-c3-chart)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
