PHPackages                             idci/filter-form-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. idci/filter-form-bundle

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

idci/filter-form-bundle
=======================

Symfony FilterFormBundle

62454[1 PRs](https://github.com/IDCI-Consulting/FilterFormBundle/pulls)PHP

Since Jul 24Pushed 12y ago6 watchersCompare

[ Source](https://github.com/IDCI-Consulting/FilterFormBundle)[ Packagist](https://packagist.org/packages/idci/filter-form-bundle)[ RSS](/packages/idci-filter-form-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

FilterFormBundle
================

[](#filterformbundle)

Symfony2 filter form bundle

Installation
============

[](#installation)

To install this bundle please follow the next steps:

First add the dependency in your `composer.json` file:

```
"require": {
    ...
    "idci/filter-form-bundle": "dev-master"
},
```

Then install the bundle with the command:

```
php composer update
```

Enable the bundle in your application kernel:

```
