PHPackages                             novaway/elasticsearch-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. novaway/elasticsearch-bundle

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

novaway/elasticsearch-bundle
============================

Symfony bundle to add debug information to elasticsearch/elasticsearch and ruflin/elastica

2.7.1(5mo ago)198.1k↓46.2%5MITPHPPHP ^8.0CI passing

Since Mar 8Pushed 5mo ago5 watchersCompare

[ Source](https://github.com/novaway/elasticsearch-bundle)[ Packagist](https://packagist.org/packages/novaway/elasticsearch-bundle)[ Docs](https://github.com/novaway/elasticsearch-bundle)[ RSS](/packages/novaway-elasticsearch-bundle/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (10)Dependencies (11)Versions (28)Used By (0)

novaway/elasticsearch-bundle
============================

[](#novawayelasticsearch-bundle)

A bundle to add debug information to elasticsearch/elasticsearch and ruflin/elastica in your Symfony Applications

Usage
-----

[](#usage)

The bundle provides a Elastica\\Client override, throwing events during search, and displaying it in the symfony toolbar.

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

[](#installation)

```
composer require novaway/elasticsearch-bundle

```

Service configuration
---------------------

[](#service-configuration)

You probably want to register the Novaway\\ElasticsearchBundle\\Elastica\\Client as a service, and set Elastica\\Client as its alias

```
# config/services.yaml
services:
...
    Novaway\ElasticsearchBundle\Elastica\Client:
        arguments:
            $config:
                url: '%elasticsearch_host%'

    Elastica\Client: '@Novaway\ElasticsearchBundle\Elastica\Client'
```

And voila, when you use this client for search, the queries and requests will be collected, and added to the SymfonyToolbar

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

[](#configuration)

```
# config/package/novaway_elasticsearch.yaml
novaway_elasticsearch:
    logging:
        enabled: false # if true, log every search request with a LoggerInterface service
        logger: 'logger' #the logger service id
```

License
-------

[](#license)

This bundle is under the MIT license. See the complete license [in the bundle](https://github.com/novaway/elasticsearch-bundle/blob/master/LICENSE)

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance70

Regular maintenance activity

Popularity34

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~100 days

Recently: every ~217 days

Total

26

Last Release

169d ago

Major Versions

0.2.2 → 1.02019-07-03

1.x-dev → 2.02021-02-09

PHP version history (4 changes)0.1.0PHP ^7.0

0.2.0PHP ^7.1

2.1PHP ^7.1 || ^8.0

2.7.1PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/279280?v=4)[Cédric](/maintainers/skwi)[@skwi](https://github.com/skwi)

---

Top Contributors

[![CheapHasz](https://avatars.githubusercontent.com/u/13929571?v=4)](https://github.com/CheapHasz "CheapHasz (14 commits)")[![jdecool](https://avatars.githubusercontent.com/u/433926?v=4)](https://github.com/jdecool "jdecool (13 commits)")[![jbcr](https://avatars.githubusercontent.com/u/51637606?v=4)](https://github.com/jbcr "jbcr (6 commits)")[![delphiki](https://avatars.githubusercontent.com/u/303778?v=4)](https://github.com/delphiki "delphiki (2 commits)")[![napley](https://avatars.githubusercontent.com/u/6539378?v=4)](https://github.com/napley "napley (1 commits)")[![skwi](https://avatars.githubusercontent.com/u/279280?v=4)](https://github.com/skwi "skwi (1 commits)")[![splyy](https://avatars.githubusercontent.com/u/8821560?v=4)](https://github.com/splyy "splyy (1 commits)")

---

Tags

elasticsearch

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/novaway-elasticsearch-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/novaway-elasticsearch-bundle/health.svg)](https://phpackages.com/packages/novaway-elasticsearch-bundle)
```

PHPackages © 2026

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