PHPackages                             e1on/omines-datatables-elasticsearch-adapter-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. e1on/omines-datatables-elasticsearch-adapter-bundle

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

e1on/omines-datatables-elasticsearch-adapter-bundle
===================================================

Elasticsearch adapter with search\_after feature for DataTable Omines bundle

1.0.4(2y ago)17MITPHPPHP &gt;=8.1

Since Mar 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/LoliE1ON/omines-datatables-elasticsearch-adapter-bundle)[ Packagist](https://packagist.org/packages/e1on/omines-datatables-elasticsearch-adapter-bundle)[ RSS](/packages/e1on-omines-datatables-elasticsearch-adapter-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Elasticsearch adapter with search\_after feature for [DataTable Omines](https://github.com/omines/datatables-bundle) Bundle
===========================================================================================================================

[](#elasticsearch-adapter-with-search_after-feature-for-datatable-omines-bundle)

This bundle provides integration between Elasticsearch and the DataTable bundle for Symfony, enabling efficient querying of Elasticsearch indices and fetching results using the search\_after feature. This allows for pagination and quick processing of large volumes of data presented in the DataTable format, leveraging the powerful search capabilities of Elasticsearch.

### Install

[](#install)

```
composer require e1on/omines-datatables-elasticsearch-adapter-bundle
```

### Rules

[](#rules)

- Setting a name for a DataTable is required
- Uniq DataTable name for each table

### Using

[](#using)

```
use E1on\OminesDatatablesElasticsearchAdapterBundle\ElasticaAdapter;

$table = $this->createDataTable()
    ->setName('log')
    ->add('timestamp', DateTimeColumn::class, ['field' => '@timestamp', 'format' => 'Y-m-d H:i:s', 'orderable' => true])
    ->add('level', MapColumn::class, [
        'default' => 'Unknown',
        'map' => ['Emergency', 'Alert', 'Critical', 'Error', 'Warning', 'Notice', 'Info', 'Debug'],
    ])
    ->add('message', TextColumn::class, ['globalSearchable' => true])
    ->createAdapter(ElasticaAdapter::class, [
        'client' => ['host' => 'elasticsearch'],
        'index' => 'logstash-*',
    ]);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

Total

3

Last Release

783d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/918f708f6bf7ec5f04275fcb1690f57b66727e9520f612f90496b30b5e5610a9?d=identicon)[LoliE1ON](/maintainers/LoliE1ON)

---

Tags

datatableelasticsearchphpsymfony

### Embed Badge

![Health badge](/badges/e1on-omines-datatables-elasticsearch-adapter-bundle/health.svg)

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

###  Alternatives

[ongr/elasticsearch-bundle

Elasticsearch bundle for Symfony.

3151.1M15](/packages/ongr-elasticsearch-bundle)[algolia/search-bundle

Algolia Search integration for Symfony

1931.5M2](/packages/algolia-search-bundle)[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[jolicode/elastically

Opinionated Elastica based framework to bootstrap PHP and Elasticsearch implementations.

2571.7M1](/packages/jolicode-elastically)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[kitpages/data-grid-bundle

Symfony DataGridBundle

7780.9k1](/packages/kitpages-data-grid-bundle)

PHPackages © 2026

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