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

ActiveYii2-extension

coolanole/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).

1.2.7(6y ago)0926MITPHP

Since Oct 20Pushed 6y agoCompare

[ Source](https://github.com/coolanole/yii2-wizardwidget)[ Packagist](https://packagist.org/packages/coolanole/yii2-wizardwidget)[ RSS](/packages/coolanole-yii2-wizardwidget/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (1)Versions (14)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 coolanole/yii2-wizardwidget "*"

```

or add

```
"coolanole/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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 86.2% 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.

###  Release Activity

Cadence

Every ~131 days

Recently: every ~252 days

Total

12

Last Release

2415d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b0c3918f619fd1cca0c0f2a84771cb883ecd7cb84029082a27d7d975be123c3a?d=identicon)[coolanole](/maintainers/coolanole)

---

Top Contributors

[![drsdre](https://avatars.githubusercontent.com/u/809827?v=4)](https://github.com/drsdre "drsdre (25 commits)")[![lioniqs](https://avatars.githubusercontent.com/u/42649218?v=4)](https://github.com/lioniqs "lioniqs (4 commits)")

---

Tags

uiyii2extensionwidgetwizardtabs

### Embed Badge

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

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

###  Alternatives

[drsdre/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).

37147.9k](/packages/drsdre-yii2-wizardwidget)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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