Search by

bedita / elastic-search

fquffiobatostefanorosanellid.didomenico

ElasticSearch plugin for BEdita

Package info

github.com/bedita/elastic-search

Type:cakephp-plugin

pkg:composer/bedita/elastic-search

Statistics

Installs: 12 050

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v2.0.0 2026-09-22 08:26 UTC

This package is auto-updated.

Last update: 2026-09-22 08:27:01 UTC


README

Github Actions codecov phpstan Scrutinizer Code Quality image image

Installation

First, if vendor directory has not been created, you have to install composer dependencies using:

composer install

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require bedita/elastic-search

OpenSearch compatibility

OpenSearch rejects the compatible-with media type sent by elasticsearch/elasticsearch 9 and does not send the X-Elastic-Product header the client checks. BEdita\ElasticSearch\Datasource\Connection with driver=opensearch works around both:

DATABASE_ELASTIC_DSN='http://127.0.0.1:9200/?className=BEdita\ElasticSearch\Datasource\Connection&driver=opensearch'