pimcore / opensearch-client
Pimcore Opensearch Client
Package info
github.com/pimcore/opensearch-client
Type:pimcore-bundle
pkg:composer/pimcore/opensearch-client
Requires
- php: ~8.4.0 || ~8.5.0
- opensearch-project/opensearch-php: ^2.2.0
- pimcore/pimcore: ^2026.1
- react/promise: ^2.11
Requires (Dev)
- codeception/codeception: ^5.3.5
- codeception/module-asserts: ^2
- codeception/module-symfony: ^3.7.1
- fakerphp/faker: ^1.23
- nyholm/psr7: ^1
- phpstan/phpstan: 2.1.40
- phpstan/phpstan-symfony: ^2.0
- phpunit/phpunit: ^12.5.23 || ^13.1.7
- symfony/phpunit-bridge: ^7.2
Conflicts
This package is auto-updated.
Last update: 2026-07-22 14:45:49 UTC
README
This bundle provides a central configuration and factory for creating Opensearch clients to be used in other bundles.
It allows to configure one or more Opensearch clients with different configuration settings. The corresponding settings are then registered as services and can be injected into any services.
Compatibility with OpenSearch
| Pimcore Client Version | OpenSearch Version |
|---|---|
| >= 1.0 | >= 1.0, < 3.0 |
OpenSearch 3 is not supported yet: all client versions ship the
opensearch-project/opensearch-php client in version ^2.2, which targets
OpenSearch 1.x and 2.x servers.