PHPackages                             jibe84/elasticsearch-second-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. [API Development](/categories/api)
4. /
5. jibe84/elasticsearch-second-bundle

ActiveSymfony-bundle[API Development](/categories/api)

jibe84/elasticsearch-second-bundle
==================================

Symfony2 Bundle on top of elasticsearch/elasticsearch-php, copy of m6web/elasticsearch-bundle

v1.5.0(9y ago)014MITPHPPHP &gt;=5.5

Since Jun 30Pushed 9y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (8)Versions (3)Used By (0)

ElasticsearchSecondBundle
=========================

[](#elasticsearchsecondbundle)

Integration of the [Elasticsearch official PHP client](http://github.com/elasticsearch/elasticsearch-php) within a Symfony Project.

Copy of [M6Web/ElasticsearchBundle](https://github.com/M6Web/ElasticsearchBundle).

Features
--------

[](#features)

This bundle creates one or more Elasticsearch client services from settings defined in the application configuration.

Usage
-----

[](#usage)

### Installation

[](#installation)

You must first add the bundle to your `composer.json`:

```
    "require": {
        "jibe84/elasticsearch-second-bundle": "dev-master"
    }
```

Then register the bundle in your `AppKernel` class:

```
