PHPackages                             lakion/sylius-elastic-search-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. lakion/sylius-elastic-search-bundle

ActiveSylius-bundle[Search &amp; Filtering](/categories/search)

lakion/sylius-elastic-search-bundle
===================================

Elastic search integration for Sylius.

2132743[10 issues](https://github.com/Lakion/SyliusElasticSearchBundle/issues)[1 PRs](https://github.com/Lakion/SyliusElasticSearchBundle/pulls)PHP

Since May 4Pushed 8y ago11 watchersCompare

[ Source](https://github.com/Lakion/SyliusElasticSearchBundle)[ Packagist](https://packagist.org/packages/lakion/sylius-elastic-search-bundle)[ RSS](/packages/lakion-sylius-elastic-search-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Sylius ElasticSearchBundle
==========================

[](#sylius-elasticsearchbundle)

Elastic search for Sylius. [![Build status on Linux](https://camo.githubusercontent.com/796ea9a8cac8e1b8b2159c1c705389174c915507cdcdde4c15969b2d1dd67ff9/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4c616b696f6e2f53796c697573456c617374696353656172636842756e646c652f6d61737465722e737667)](http://travis-ci.org/Lakion/SyliusELasticSearchBundle)

Usage
-----

[](#usage)

1. Install it:

    ```
    $ composer require lakion/sylius-elastic-search-bundle
    ```
2. Install elastic search server:

    ```
    $ brew install elasticsearch@2.4
    ```
3. Run elastic search server:

    ```
    $ elasticsearch
    ```
4. Add this bundle to `AppKernel.php`:

    ```
    new \FOS\ElasticaBundle\FOSElasticaBundle(),
    new \Lakion\SyliusElasticSearchBundle\LakionSyliusElasticSearchBundle(),
    ```
5. Create/Setup database:

    ```
    $ app/console do:da:cr
    $ app/console do:sch:cr
    $ app/console syl:fix:lo
    ```
6. Populate your elastic search server with command or your custom code:

    ```
    $ app/console fos:elastic:pop
    ```
7. Import config file in `app/config/config.yml` for default filter set configuration:

    ```
    imports:
       - { resource: "@LakionSyliusElasticSearchBundle/Resources/config/app/config.yml" }
    ```
8. Import routing files in `app/config/routing.yml`:

    ```
    sylius_search:
        resource: "@LakionSyliusElasticSearchBundle/Resources/config/routing.yml"
    ```
9. Configuration reference:

    ```
    lakion_sylius_elastic_search:
        filter_sets:
            mugs:
                filters:
                    product_options:
                        type: option
                        options:
                            code: mug_type
                    product_price:
                        type: price
    ```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.1% 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://avatars.githubusercontent.com/u/719423?v=4)[Sylius eCommerce](/maintainers/sylius)[@Sylius](https://github.com/Sylius)

---

Top Contributors

[![Arminek](https://avatars.githubusercontent.com/u/6368946?v=4)](https://github.com/Arminek "Arminek (38 commits)")[![mbabker](https://avatars.githubusercontent.com/u/368545?v=4)](https://github.com/mbabker "mbabker (16 commits)")[![pjedrzejewski](https://avatars.githubusercontent.com/u/614970?v=4)](https://github.com/pjedrzejewski "pjedrzejewski (12 commits)")[![pamil](https://avatars.githubusercontent.com/u/1897953?v=4)](https://github.com/pamil "pamil (4 commits)")[![kpitn](https://avatars.githubusercontent.com/u/41059?v=4)](https://github.com/kpitn "kpitn (2 commits)")[![michalmarcinkowski](https://avatars.githubusercontent.com/u/7572437?v=4)](https://github.com/michalmarcinkowski "michalmarcinkowski (1 commits)")

### Embed Badge

![Health badge](/badges/lakion-sylius-elastic-search-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/lakion-sylius-elastic-search-bundle/health.svg)](https://phpackages.com/packages/lakion-sylius-elastic-search-bundle)
```

###  Alternatives

[ruflin/elastica

Elasticsearch Client

2.3k50.4M203](/packages/ruflin-elastica)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15024.3M65](/packages/opensearch-project-opensearch-php)[mailerlite/laravel-elasticsearch

An easy way to use the official PHP ElasticSearch client in your Laravel applications.

934529.3k2](/packages/mailerlite-laravel-elasticsearch)[massive/search-bundle

Massive Search Bundle

721.4M13](/packages/massive-search-bundle)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45802.7k3](/packages/outl1ne-nova-multiselect-filter)[handcraftedinthealps/zendsearch

a general purpose text search engine written entirely in PHP 5

39921.0k35](/packages/handcraftedinthealps-zendsearch)

PHPackages © 2026

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