minh7721 / elasticsearch-dsl
Elasticsearch DSL library
8.0.3
2024-05-09 09:55 UTC
Requires
- php: ^8.0
- ext-json: *
- elasticsearch/elasticsearch: ^8.0
- symfony/serializer: ^2.8 || ^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0
Requires (Dev)
- nyholm/psr7: ^1.5
- phpunit/phpunit: ^5.7.26 || ^7.5.20 || ^8.0 || ^9.0
- squizlabs/php_codesniffer: ^2.0 || ^3.0
Suggests
- elasticsearch/elasticsearch: This library is for elasticsearch/elasticsearch client to enhance it with DSL functionality.
Replaces
- ongr/elasticsearch-dsl: 8.0.3
README
This is a fork of the ongr/elasticsearch-dsl. With some basic changes to support wider range of Symfony Versions.
Documentation
The online documentation of the bundle is here
Try it!
Installation
Install library with composer:
composer require handcraftedinthealps/elasticsearch-dsl
Usage
Its used by the also forked handcraftedinthealps/elasticsearch-bundle to support newer symfony version and elasticsearch versions on the 5.x branch there.