fos-gregooz / elastica-bundle
Elasticsearch PHP integration for your Symfony project using Elastica
Installs: 2 428
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 792
Type:symfony-bundle
Requires
- php: ^5.6.0|^7.0
- pagerfanta/pagerfanta: ^1.0.5
- psr/log: ^1.0
- ruflin/elastica: ^5.2.1|^6.0
- symfony/console: ^3.2|^4
- symfony/dependency-injection: ^3.3|^4
- symfony/framework-bundle: ^3.2|^4
- symfony/property-access: ^3.2|^4
Requires (Dev)
- doctrine/doctrine-bundle: ^1.6
- doctrine/orm: ^2.5
- doctrine/phpcr-bundle: ^1.3
- doctrine/phpcr-odm: ^1.4
- friendsofphp/php-cs-fixer: ^2.2
- jackalope/jackalope-doctrine-dbal: ^1.2
- jms/serializer-bundle: ^2.2
- knplabs/knp-components: ^1.2
- phpunit/phpunit: ^5.7.11|^6.5
- symfony/expression-language: ^3.2|^4
- symfony/serializer: ^3.2|^4
- symfony/twig-bundle: ^3.2|^4
- symfony/yaml: ^3.2|^4
Suggests
- enqueue/elastica-bundle: The bundle adds extra features to FOSElasticaBundle bundle. Aimed to improve performance.
- dev-master / 5.2.x-dev
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- 4.x-dev
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.1
- v4.0.0
- 3.2.x-dev
- v3.2.4
- v3.2.3
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.8
- v3.1.7
- v3.1.6
- v3.1.5
- v3.1.4
- v3.1.3
- v3.1.2
- v3.1.1
- 3.1.0
- v3.1.0-RC1
- v3.0.13
- v3.0.12
- v3.0.11
- v3.0.10
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- 3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- 3.0.0-RC1
- v3.0.0-alpha6
- v3.0.0-alpha5
- v3.0.0-alpha4
- v3.0.0-alpha3
- v3.0.0-alpha2
- v3.0.0-alpha1
- v2.1.3-PL1
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.3-PL1
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.0.0
- dev-FriendsOfSymfony-5.x
- dev-pr/2
- dev-master_bckp_20191126
This package is auto-updated.
Last update: 2025-03-01 00:26:45 UTC
README
This bundle is a fork from FOSElasticaBundle (5.0.3), with extended functionalities.
New features
- --id option added to allow the populate of a single object. The type and index are mantadory parameters.
About the original bundle
It provides integration with Elasticsearch and Elastica with Symfony. Features include:
- Integrates the Elastica library into a Symfony environment
- Use JmsSerializer or Symfony Serializer to convert between PHP objects and Elasticsearch data
- Index configuration for Elasticsearch, or send data without configuration to use the dynamic mapping feature of Elasticsearch
- Listeners for Doctrine events for automatic indexing
Documentation
Documentation for FOSElasticaBundle is in doc/index.md
Installation
Installation instructions can be found in the documentation
Versions & Dependencies
Version 6 of the FOSElasticaBundle is compatible with Elasticsearch 7. It requires Symfony 4.4 or greater. When using Symfony Flex there is also a recipe to ease the setup. Earlier versions of the FOSElasticaBundle are not maintained anymore and only work with older versions of the dependencies. The following table shows the compatibilities of different versions of the bundle.
FOSElasticaBundle | Elastica | Elasticsearch | Symfony | PHP |
---|---|---|---|---|
[6.0] (master) | ^7 | 7.* | ^4.4|^5.1 | >=7.2 |
[5.1] (5.1.x) | ^5.3|^6 | 5.*|6.* | ^3.4|^4 | >=7.1 |
[5.0] (unmaintained) | ^5.2|^6 | 5.*|6.* | ^3.2|^4 | >=5.6 |
[4.x] (unmaintained) | 3.2.* | 2.* | ^2.8|^3.2 | >=5.5 |
[3.2.x] (unmaintained) | ^2.1 | 1.* | ^2.3|^3 | >=5.3 |
License
This bundle is released under the MIT license. See the included LICENSE file for more information.