friendsofsymfony / elastica-bundle
Elasticsearch PHP integration for your Symfony project using Elastica
Installs: 14 487 736
Dependents: 57
Suggesters: 7
Security: 0
Stars: 1 246
Watchers: 63
Forks: 792
Open Issues: 71
Type:symfony-bundle
Requires
- php: ^7.4 || ^8.0
- pagerfanta/pagerfanta: ^2.4 || ^3.0 || ^4.0
- psr/log: ^1.0 || ^2.0 || ^3.0
- ruflin/elastica: ^7.1
- symfony/console: ^5.4 || ^6.4 || ^7.0
- symfony/dependency-injection: ^5.4 || ^6.4 || ^7.0
- symfony/framework-bundle: ^5.4 || ^6.4 || ^7.0
- symfony/property-access: ^5.4 || ^6.4 || ^7.0
- symfony/stopwatch: ^5.4 || ^6.4 || ^7.0
Requires (Dev)
- doctrine/doctrine-bundle: ^2.1.1
- doctrine/mongodb-odm: ^2.2
- doctrine/orm: ^2.8
- doctrine/phpcr-odm: ^1.5.3 || ^2.0
- ergebnis/composer-normalize: ^2.28
- jackalope/jackalope-doctrine-dbal: ^1.2 || ^2.0
- jms/serializer: ^3.8
- jms/serializer-bundle: ^4.0 || ^5.0
- knplabs/knp-components: ^2.4 || ^3.0 || ^4.0
- php-cs-fixer/shim: 3.8.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.4
- phpstan/phpstan-phpunit: ^1.1
- phpstan/phpstan-symfony: ^1.2
- phpunit/phpunit: ^9.5
- symfony/expression-language: ^5.4 || ^6.4 || ^7.0
- symfony/messenger: ^5.4 || ^6.4 || ^7.0
- symfony/serializer: ^5.4 || ^6.4 || ^7.0
- symfony/twig-bundle: ^5.4 || ^6.4 || ^7.0
- symfony/web-profiler-bundle: ^5.4 || ^6.4 || ^7.0
- symfony/yaml: ^5.4 || ^6.4 || ^7.0
Suggests
- enqueue/elastica-bundle: For populating Elasticsearch indexes asynchronously and using significanly less resources. Uses Enqueue.
- symfony/messenger: For populating Elasticsearch indexes asynchronously and using significanly less resources.
- dev-master / 6.4.x-dev
- v6.4.0
- v6.3.1
- v6.3.0
- v6.2.0
- v6.1.0
- v6.0.0
- v6.0.0-beta4
- v6.0.0-beta3
- v6.0.0-beta2
- v6.0.0-beta1
- v5.2.1
- v5.2.0
- v5.1.1
- v5.1.0
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.1
- v4.0.0
- 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
This package is auto-updated.
Last update: 2024-10-13 14:49:22 UTC
README
This bundle 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 5.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.
License
This bundle is released under the MIT license. See the included LICENSE file for more information.