PHPackages                             intracto/elastic-synonym-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. intracto/elastic-synonym-bundle

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

intracto/elastic-synonym-bundle
===============================

Elasticsearch synonym management using bootstrap 4

2.0.2(8mo ago)0935↓13.3%MITPHPPHP &gt;=8.0

Since Sep 15Pushed 8mo ago6 watchersCompare

[ Source](https://github.com/Intracto/elastic-synonym-bundle)[ Packagist](https://packagist.org/packages/intracto/elastic-synonym-bundle)[ RSS](/packages/intracto-elastic-synonym-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (8)Versions (7)Used By (0)

Intracto Elastic Synonym
========================

[](#intracto-elastic-synonym)

This bundle integrates `intracto/elastic-synonym` into your application. The views are build using bootstrap 4.

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

[](#installation)

```
$ composer require intracto/elastic-synonym-bundle
```

Prepare your project
====================

[](#prepare-your-project)

See `intracto/elastic-synonym` to prepare your project for this bundle.

Configuration
=============

[](#configuration)

```
# packages/intracto_elastic_synonym.yaml

intracto_elastic_synonym:
  synonym_configs:

    default: # unique config identifier
      name: Synonyms # user-friendly name
      file: '%env(string:INTRACTO_ELASTIC_SYNONYM_DIR)%synonyms.txt' # absolute path to synonym file [only configs with valid files will be accessible]
      indices: ["index"] # array of all indices (or aliases) that need to be refreshed on change
```

```
# .env

###> INTRACTO ELASTIC SYNONYM ###
INTRACTO_ELASTIC_SYNONYM_DIR=/vagrant/.elastic-synonym/
###> INTRACTO ELASTIC SYNONYM ###

```

Routes
======

[](#routes)

The available actions can be added to your routing manually, or you can include and prefix the default:

```
# routes/intracto_elastic_synonym.yaml

_intracto_elastic_synonym_bundle:
  resource: '@IntractoElasticSynonymBundle/Resources/config/routes.xml'
  prefix: /elastic
```

Security
========

[](#security)

This bundle is supposed to be behind authentication, you may enforce this any way you want.

Override layout
===============

[](#override-layout)

The layout can be overridden by creating the file `templates/bundles/IntractoElasticSynonymBundle/base.html.twig`. Just make sure to implement `{% block intracto_elastic_synonym_content %}{% endblock %}`. Example:

```
{% extends 'base.html.twig' %}
{% trans_default_domain 'IntractoElasticSynonym' %}

{% block title %}{{ 'config.index.title'|trans }}{% endblock %}

{% block body %}
    {% block intracto_elastic_synonym_content %}{% endblock %}
{% endblock %}
```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance60

Regular maintenance activity

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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 ~300 days

Recently: every ~375 days

Total

6

Last Release

252d ago

Major Versions

0.1.0 → 1.0.02021-09-15

1.0.1 → 2.0.02025-10-24

PHP version history (2 changes)0.1.0PHP &gt;=7.1.3

2.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/57f44cb52273c29c230dbd1e9ef080402d53eaebcdd1fafbf5c6b75527b40199?d=identicon)[tvlooy](/maintainers/tvlooy)

![](https://www.gravatar.com/avatar/80809e7caf8341b1bac3d759e2b159a38b9bdab2deee5b0d4d66de6c83b992d1?d=identicon)[IntractoSupport](/maintainers/IntractoSupport)

![](https://avatars.githubusercontent.com/u/2691312?v=4)[Roy Van Ginneken](/maintainers/rvanginneken)[@rvanginneken](https://github.com/rvanginneken)

---

Top Contributors

[![rvanginneken](https://avatars.githubusercontent.com/u/2691312?v=4)](https://github.com/rvanginneken "rvanginneken (7 commits)")[![tvlooy](https://avatars.githubusercontent.com/u/391674?v=4)](https://github.com/tvlooy "tvlooy (1 commits)")

### Embed Badge

![Health badge](/badges/intracto-elastic-synonym-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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