Developed with love by KnpLabs Hire us for your project!
0

FOSElasticaBundle

by FriendsOfSymfony

Elasticsearch PHP integration for your Symfony project using Elastica.

FOSElasticaBundle

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

Build Status
Total Downloads
Latest Stable Version
Latest Unstable Version
Scrutinizer Code Quality

Documentation

Documentation for FOSElasticaBundle is in doc/index.md

Installation

Installation instructions can be found in the documentation

Versions & Dependencies

Version 7 of the FOSElasticaBundle is compatible with Elasticsearch 8. It requires Symfony 6.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.6 ^7.1 7.* ^5.4\ ^6.4\
7.0 ^8.0 8.* ^6.4\ ^7.1

License

This bundle is released under the MIT license. See the included LICENSE file for more information.

Copyright (c) 2011-2013 Exercise.com, Inc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.