PHPackages                             thelia/elastic-product-module - 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. thelia/elastic-product-module

ActiveThelia-module[Search &amp; Filtering](/categories/search)

thelia/elastic-product-module
=============================

0.0.12(4y ago)22685[9 PRs](https://github.com/thelia-modules/ElasticProduct/pulls)MITPHP

Since Mar 14Pushed 3y ago6 watchersCompare

[ Source](https://github.com/thelia-modules/ElasticProduct)[ Packagist](https://packagist.org/packages/thelia/elastic-product-module)[ RSS](/packages/thelia-elastic-product-module/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (2)Versions (22)Used By (0)

Elastic Product
===============

[](#elastic-product)

\[ALPHA\] This module is in alpha version and is not yet stable.

Fast search for your products with ElasticSearch !

[![Demo](https://raw.githubusercontent.com/thelia-modules/ElasticProduct/master/demo.gif "Demo")](https://raw.githubusercontent.com/thelia-modules/ElasticProduct/master/demo.gif)

Requirements
------------

[](#requirements)

- Thelia
    - Version: &gt;= 2.2
- ElasticSearch
    - Version: &gt;= 6.4 &lt; 7.0
    - Plugins:
        - analysis-icu

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

[](#installation)

```
composer require thelia/elastic-product-module:~0.0.4

```

### Usage

[](#usage)

#### Configuration

[](#configuration)

Configure the module with your server informations.
The "Index prefix" config will be used to prefix the index name, the full index name will be `{YOUR_PREFIX}_products`.

In configuration page you can disable or enable features and attributes filters.

#### Hooks

[](#hooks)

This module use 2 Thelia native hooks :

- `main.head-bottom` : For add the CSS
- `main.javascript-initialization` : For add the JS

Be sure theses hooks are presents in your templated

And 1 own hook :

- `elastic_product.container` : For add the search field

Put this hook where you want add the search field.

#### Indexation

[](#indexation)

You can index your products with the button in module configuration page.
Or a more efficient way is to execute this command `php Thelia elasticproduct:index:build` this will create the index with the mapping and index the whole catalog.
You can set a cron with this command to reindex the catalog every month, week or day. Don't execute this command more than once a day because it can take very long time on big catalog.

But if your version of Thelia is &gt;= 2.4.0 you can execute this other command `php Thelia elasticproduct:index:queue`, this will only index modified products since last indexation. So you can set a cron with this command every hour.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~81 days

Recently: every ~155 days

Total

12

Last Release

1713d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2196919?v=4)[thelia](/maintainers/thelia)[@thelia](https://github.com/thelia)

---

Top Contributors

[![lopes-vincent](https://avatars.githubusercontent.com/u/6057206?v=4)](https://github.com/lopes-vincent "lopes-vincent (30 commits)")[![julescournut](https://avatars.githubusercontent.com/u/26310511?v=4)](https://github.com/julescournut "julescournut (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![gillesbourgeat](https://avatars.githubusercontent.com/u/7335734?v=4)](https://github.com/gillesbourgeat "gillesbourgeat (3 commits)")

---

Tags

elasticsearchhacktoberfestsearch

### Embed Badge

![Health badge](/badges/thelia-elastic-product-module/health.svg)

```
[![Health](https://phpackages.com/badges/thelia-elastic-product-module/health.svg)](https://phpackages.com/packages/thelia-elastic-product-module)
```

###  Alternatives

[ruflin/elastica

Elasticsearch Client

2.3k50.4M202](/packages/ruflin-elastica)[mailerlite/laravel-elasticsearch

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

934529.3k2](/packages/mailerlite-laravel-elasticsearch)[ongr/elasticsearch-dsl

Elasticsearch DSL library

46411.9M46](/packages/ongr-elasticsearch-dsl)[matchish/laravel-scout-elasticsearch

Search among multiple models with ElasticSearch and Laravel Scout

7431.6M2](/packages/matchish-laravel-scout-elasticsearch)[jeroen-g/explorer

Next-gen Elasticsearch driver for Laravel Scout.

397612.3k](/packages/jeroen-g-explorer)[ongr/elasticsearch-bundle

Elasticsearch bundle for Symfony.

3151.1M15](/packages/ongr-elasticsearch-bundle)

PHPackages © 2026

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