stevensack / elasticsearch-bundle
Elasticsearch bundle for Symfony.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 188
Type:symfony-bundle
Requires
- php: ^5.6|^7.0|^8.0
- doctrine/annotations: ~1.2
- doctrine/cache: ~1.4
- doctrine/collections: ~1.4
- doctrine/inflector: ^1.0 || ^2.0
- handcraftedinthealps/elasticsearch-dsl: ^5.0.7.1|^6.2.0.1|^7.2.0.1
- monolog/monolog: ^1.10 || ^2.0
- symfony/asset: ^2.8|^3.0|^4|^5
- symfony/console: ^2.8|^3.0|^4|^5
- symfony/framework-bundle: ^2.8|^3.0|^4|^5
- symfony/stopwatch: ^2.8|^3.0|^4|^5
- symfony/templating: ^2.8|^3.0|^4|^5
Requires (Dev)
- mikey179/vfsstream: ~1.4
- squizlabs/php_codesniffer: ^2.0|^3.0
- symfony/browser-kit: ^2.8|^3.4|^4|^5
- symfony/dependency-injection: ^2.8|^3.4|^4|^5
- symfony/expression-language: ^2.8|^3.4|^4|^5
- symfony/options-resolver: ^2.8|^3.4|^4|^5
- symfony/phpunit-bridge: ^5.1
- symfony/serializer: ^2.8|^3.4|^4|^5
- symfony/twig-bundle: ^2.8|^3.4|^4|^5
- symfony/validator: ^2.8|^3.4|^4|^5
- symfony/yaml: ^2.8|^3.4|^4|^5
Conflicts
- handcraftedinthealps/elasticsearch-dsl: 6.0 - 6.1.1 || 7.0 - 7.1.1
- ongr/elasticsearch-dsl: 6.0 - 6.1.1 || 7.0 - 7.1.1
Replaces
- ongr/elasticsearch-bundle: 5.2.6.9
README
This is a fork of the ongr/elasticsearch-bundle. With some basic changes to support wider range of Symfony Versions.
Version | Supported Elasticsearch Version | Supported Symfony Version |
---|---|---|
5.x |
^7.0, ^6.0, ^5.0 |
^5.0, ^4.0, ^3.4, ^2.8 |
1.x |
^1.0, ^2.0 |
^3.0, ^2.7 |
Documentation
The online documentation of the bundle is here
Try it!
Installation
Install library with composer:
composer require stevensack/elasticsearch-bundle
Usage
Its used by the sulu/article-bundle to support newer a wide range of symfony and elasticsearch versions.