PHPackages                             javihgil/bootstrap-wizard-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. javihgil/bootstrap-wizard-bundle

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

javihgil/bootstrap-wizard-bundle
================================

JhgBootstrapWizardBundle integrates Twitter Bootstrap Wizard in SF2

1741JavaScript

Since Jun 7Pushed 11y ago1 watchersCompare

[ Source](https://github.com/javihgil/bootstrap-wizard-bundle)[ Packagist](https://packagist.org/packages/javihgil/bootstrap-wizard-bundle)[ RSS](/packages/javihgil-bootstrap-wizard-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Twitter Bootstrap Wizard
========================

[](#twitter-bootstrap-wizard)

This Twitter Bootstrap plugin builds a wizard using a formatted tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.

[Website &amp; Demo](http://vadimg.com/twitter-bootstrap-wizard-example/)

[Follow @gabrielva](https://twitter.com/gabrielva)

Requirements
------------

[](#requirements)

- Requires jQuery v1.3.2 or later
- Bootstrap 2.2.x, 2.3.x, 3.0

Code Examples
-------------

[](#code-examples)

```
//basic wizard
$(document).ready(function() {
	$('#rootwizard').bootstrapWizard();
});
```

```
//wizard with options and events
$(document).ready(function() {
	$('#rootwizard').bootstrapWizard({
		tabClass: 'nav nav-pills',
		onNext: function(tab, navigation, index) {
			alert('next');
  		}
  });
});
```

```
//calling a method
$('#rootwizard').bootstrapWizard('show',3);
```

Options
-------

[](#options)

   Key Default Description     tabClass 'nav nav-pills' ul navigation class   nextSelector '.wizard li.next' next element selector   previousSelector '.wizard li.previous' previous element selector   firstSelector '.wizard li.first' first element selector   lastSelector '.wizard li.last' last element selector   Events
------

[](#events)

   Key Description     onInit Fired when plugin is initialized   onShow Fired when plugin data is shown   onNext Fired when next button is clicked (return false to disable moving to the next step)   onPrevious Fired when previous button is clicked (return false to disable moving to the previous step)   onFirst Fired when first button is clicked (return false to disable moving to the first step)   onLast Fired when last button is clicked (return false to disable moving to the last step)   onTabChange Fired when a tab is changed (return false to disable moving to that tab and showing its contents)   onTabClick Fired when a tab is clicked (return false to disable moving to that tab and showing its contents)   onTabShow Fired when a tab content is shown (return false to disable showing that tab content)   Methods
-------

[](#methods)

   Key Parameters Description     next  Moves to the next tab   previous  Moves to the previous tab   first  Jumps to the first tab   last  Jumps to the last tab   show zero based index Jumps to the specified tab   currentIndex  Returns the zero based index number for the current tab   navigationLength  Returns the number of tabs   enable zero based index Enables a tab, allows a user to click it (removes .disabled if the item has that class)   disable zero based index Disables a tab, disallows a user to click it (adds .disabled to the li element)   display zero based index Displays the li element if it was previously hidden   hide zero based index Hides the li element (will not remove it from the DOM)   remove zero based index, optinal bool remove tab-pane element or not false by default Removes the li element from the DOM if second argument is true will also remove the tab-pane element   © [Vadim Vincent Gabriel](http://vadimg.com) [Follow @gabrielva](https://twitter.com/gabrielva) 2012

License
=======

[](#license)

The MIT License (MIT)

Copyright (c) 2013 - Vincent Gabriel &amp; Jason Gill

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74.5% 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/766ef00631b1423013963faf96b8cbadb054344a03419832a9d9a9c6041c1679?d=identicon)[javihgil](/maintainers/javihgil)

---

Top Contributors

[![VinceG](https://avatars.githubusercontent.com/u/195199?v=4)](https://github.com/VinceG "VinceG (38 commits)")[![gilluminate](https://avatars.githubusercontent.com/u/103820?v=4)](https://github.com/gilluminate "gilluminate (3 commits)")[![senfo](https://avatars.githubusercontent.com/u/152637?v=4)](https://github.com/senfo "senfo (3 commits)")[![sampepose](https://avatars.githubusercontent.com/u/1855931?v=4)](https://github.com/sampepose "sampepose (2 commits)")[![qzio](https://avatars.githubusercontent.com/u/4088?v=4)](https://github.com/qzio "qzio (1 commits)")[![plandem](https://avatars.githubusercontent.com/u/1381366?v=4)](https://github.com/plandem "plandem (1 commits)")[![dshoreman](https://avatars.githubusercontent.com/u/1521802?v=4)](https://github.com/dshoreman "dshoreman (1 commits)")[![mumualex](https://avatars.githubusercontent.com/u/1614871?v=4)](https://github.com/mumualex "mumualex (1 commits)")[![darkaico](https://avatars.githubusercontent.com/u/316564?v=4)](https://github.com/darkaico "darkaico (1 commits)")

### Embed Badge

![Health badge](/badges/javihgil-bootstrap-wizard-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/javihgil-bootstrap-wizard-bundle/health.svg)](https://phpackages.com/packages/javihgil-bootstrap-wizard-bundle)
```

###  Alternatives

[selective/basepath

A URL base path detector for Slim 4

50521.0k12](/packages/selective-basepath)

PHPackages © 2026

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