PHPackages                             raoul2000/yii2-fastlivefilter-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. [Search &amp; Filtering](/categories/search)
4. /
5. raoul2000/yii2-fastlivefilter-widget

ActiveYii2-extension[Search &amp; Filtering](/categories/search)

raoul2000/yii2-fastlivefilter-widget
====================================

Wrapper around the Fast Live Filter JQuery plugin

1.0.0(11y ago)29.4k↓16.7%1BSD-3-ClauseJavaScript

Since Jul 4Pushed 11y ago2 watchersCompare

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

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

yii2-fastlivefilter-widget
==========================

[](#yii2-fastlivefilter-widget)

Wrapper around the [jQuery Fast Live Filter](http://anthonybush.com/projects/jquery_fast_live_filter/) plugin.

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-fastlivefilter-widget "*"

```

or add

```
"raoul2000/yii2-fastlivefilter-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.

First let's create our HTML list and the filter input control :

```

	France
	Allemagne
	Italie
	Espagne
	Belgique

```

Finally create the Fast Live filter widget :

```
