PHPackages                             sidus/elastica-filter-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. [Search &amp; Filtering](/categories/search)
4. /
5. sidus/elastica-filter-bundle

ActiveLibrary[Search &amp; Filtering](/categories/search)

sidus/elastica-filter-bundle
============================

Extension for sidus/filter-bundle to handle Elastic Search index search

v3.0.0(5y ago)2979MITPHP

Since Mar 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/VincentChalnot/SidusElasticaFilterBundle)[ Packagist](https://packagist.org/packages/sidus/elastica-filter-bundle)[ Docs](https://github.com/VincentChalnot/SidusElasticaFilterBundle)[ RSS](/packages/sidus-elastica-filter-bundle/feed)WikiDiscussions v1.0-dev Synced 6d ago

READMEChangelogDependencies (2)Versions (10)Used By (0)

SidusElasticaFilterBundle
=========================

[](#siduselasticafilterbundle)

This bundle is an extension for sidus/filter-bundle that enables Elastic Search index search in query handlers.

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

[](#installation)

[Follow FOS/ElasticaBundle's installation guide](https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/README.md)

Configuration
-------------

[](#configuration)

Configure your indexes corresponding to the data you want to search for.

In your filter configuration, set the provider to `sidus.elastica` and in the options, set the `reference`option to `fos_elastica.finder.{{name_of_your_index}}.{{name_of_your_type}}`

### Example

[](#example)

Example with a Doctrine ORM entity:

```
fos_elastica:
    indexes:
        my_index:
            types:
                my_type:
                    properties:
                        id:
                            type: integer
                        label:
                            type: keyword
                    persistence:
                        driver: orm
                        model: MyBundle\Entity\MyEntity
```

Filter configuration:

```
sidus_filter:
    configurations:
        my_entity:
            provider: sidus.elastica
            options:
                reference: fos_elastica.finder.my_index.my_type
            sortable:
                - id
                - label
            filters:
                label: ~
```

Supported filters
-----------------

[](#supported-filters)

@todo

### Choice

[](#choice)

### Date range

[](#date-range)

### Text

[](#text)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~357 days

Total

4

Last Release

1915d ago

Major Versions

v1.0.1 → v2.0.02018-10-04

v2.0.0 → v3.0.02021-02-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d58f1d81808beea6dab7aec03b0268082fe12bf46c852f14d98d7b900ea1304?d=identicon)[VincentChalnot](/maintainers/VincentChalnot)

---

Top Contributors

[![VincentChalnot](https://avatars.githubusercontent.com/u/1535893?v=4)](https://github.com/VincentChalnot "VincentChalnot (1 commits)")

---

Tags

searchfiltersortelasticdatagridelastica

### Embed Badge

![Health badge](/badges/sidus-elastica-filter-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/sidus-elastica-filter-bundle/health.svg)](https://phpackages.com/packages/sidus-elastica-filter-bundle)
```

###  Alternatives

[elasticsearch/elasticsearch

PHP Client for Elasticsearch

5.3k178.3M943](/packages/elasticsearch-elasticsearch)[jolicode/elastically

Opinionated Elastica based framework to bootstrap PHP and Elasticsearch implementations.

2571.7M1](/packages/jolicode-elastically)[jeroen-g/explorer

Next-gen Elasticsearch driver for Laravel Scout.

397612.3k](/packages/jeroen-g-explorer)[friendsofcake/search

CakePHP Search plugin using PRG pattern

1742.0M37](/packages/friendsofcake-search)[kitpages/data-grid-bundle

Symfony DataGridBundle

7780.9k1](/packages/kitpages-data-grid-bundle)[outl1ne/nova-input-filter

An input filter for Laravel Nova

24822.7k](/packages/outl1ne-nova-input-filter)

PHPackages © 2026

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