PHPackages                             raoul2000/yii2-guiders-widget - 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. raoul2000/yii2-guiders-widget

ActiveYii2-extension

raoul2000/yii2-guiders-widget
=============================

Wrapper around the Guiders-JS JQuery plugin

1.0.0(11y ago)42.2k1BSD-3-ClauseJavaScript

Since Jul 6Pushed 11y ago1 watchersCompare

[ Source](https://github.com/raoul2000/yii2-guiders-widget)[ Packagist](https://packagist.org/packages/raoul2000/yii2-guiders-widget)[ RSS](/packages/raoul2000-yii2-guiders-widget/feed)WikiDiscussions master Synced 1mo ago

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

yii2-guiders-widget
===================

[](#yii2-guiders-widget)

Wrapper around "Guiders JS" jQuery plugin, "*a user experience design pattern for introducing users to a web application*".

Check out the [Home page](http://www.jeffpickhardt.com/guiders/) of the Plugin.

> Please note that this extension does not provide any aditionnal feature than the one available in the wrapped plugin. It has no other dependency than the [Yii2 Framework](http://www.yiiframework.com/)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist raoul2000/yii2-guiders-widget "*"

```

or add

```
"raoul2000/yii2-guiders-widget": "*"

```

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

Usage
-----

[](#usage)

This is an example no how to use this extension once it is installed. Let's create a 3 steps tour :

```
