PHPackages                             pedromdev/elasticsearch-module - 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. pedromdev/elasticsearch-module

ActiveLibrary[Search &amp; Filtering](/categories/search)

pedromdev/elasticsearch-module
==============================

Zend Framework 2 Module for Elasticsearch

v1.0.2(9y ago)1103Apache-2.0PHP

Since Feb 27Pushed 9y ago2 watchersCompare

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

READMEChangelog (3)Dependencies (6)Versions (6)Used By (0)

ElasticsearchModule for Zend Framework 2
========================================

[](#elasticsearchmodule-for-zend-framework-2)

[![Build Status](https://camo.githubusercontent.com/9e3422b1ca7c0bf68e46f47c65bdf37539c1b37b75a98f78997a8086708fd497/68747470733a2f2f7472617669732d63692e6f72672f706564726f6d6465762f656c61737469637365617263682d6d6f64756c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/pedromdev/elasticsearch-module) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/4762f2aab48e0946a7a80f9f40cdcf1e0d0c6c0d69b08e758969bba89b2e8037/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f706564726f6d6465762f656c61737469637365617263682d6d6f64756c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/pedromdev/elasticsearch-module/?branch=master) [![Coverage Status](https://camo.githubusercontent.com/466b264057ca028d2bbdabfcd86fe89ab1bcd3d21d1935903050c72dc7f92ef2/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f706564726f6d6465762f656c61737469637365617263682d6d6f64756c652f62616467652e7376673f6272616e63683d646576)](https://coveralls.io/github/pedromdev/elasticsearch-module?branch=dev)

Integration between the Elasticsearch-PHP client and Zend Framework 2

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

[](#installation)

The installation is made through Composer. Add the dependency in your composer.json:

```
{
    "require": {
        "pedromdev/elasticsearch-module": "~1.0"
    }
}
```

Then run command for installation:

```
php composer.phar install --no-dev
```

Or run update command if you already have an installation:

```
php composer.phar update --no-dev
```

After Composer install all dependencies, add ElasticsearchModule to your application.config.php:

```
