PHPackages                             phlexible/elastica-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. phlexible/elastica-bundle

ActiveSymfony-bundle[Search &amp; Filtering](/categories/search)

phlexible/elastica-bundle
=========================

phlexible elastica bundle

1.3.0(8y ago)05083MITPHPPHP &gt;=5.6.0

Since Jun 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/phlexible/elastica-bundle)[ Packagist](https://packagist.org/packages/phlexible/elastica-bundle)[ RSS](/packages/phlexible-elastica-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (7)Versions (6)Used By (3)

PhlexibleElasticaBundle
=======================

[](#phlexibleelasticabundle)

The PhlexibleElasticaBundle adds support for elasticsearch indexes in phlexible.

Installation
------------

[](#installation)

1. Download PhlexibleElasticaBundle using composer
2. Enable the Bundle
3. Configure the PhlexibleElasticaBundle
4. Clear the symfony cache

### Step 1: Download PhlexibleElasticaBundle using composer

[](#step-1-download-phlexibleelasticabundle-using-composer)

Add PhlexibleElasticaBundle by running the command:

```
$ php composer.phar require phlexible/elastica-bundle "~1.0.0"
```

Composer will install the bundle to your project's `vendor/phlexible` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
