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

AbandonedArchivedBundle[API Development](/categories/api)

gbprod/elastica-bundle
======================

Really simple bundle to use Elastica within Symfony applications

v1.2.0(8y ago)519.3k[1 issues](https://github.com/gbprod/elastica-bundle/issues)MITPHPPHP ^5.6|^7.0

Since Apr 10Pushed 8y ago2 watchersCompare

[ Source](https://github.com/gbprod/elastica-bundle)[ Packagist](https://packagist.org/packages/gbprod/elastica-bundle)[ RSS](/packages/gbprod-elastica-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (11)Versions (13)Used By (0)

ElasticaBundle
==============

[](#elasticabundle)

[![Build Status](https://camo.githubusercontent.com/42268ef3469957bab43cfcb57046645e03e5f4a92c0c9778bbf28303cc713818/68747470733a2f2f7472617669732d63692e6f72672f676270726f642f656c6173746963612d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/gbprod/elastica-bundle)[![codecov](https://camo.githubusercontent.com/1cd2bd3daa8925404c4e2722ec58d33160d5ec0b22cb8d45b34034a2f3bf2984/68747470733a2f2f636f6465636f762e696f2f67682f676270726f642f656c6173746963612d62756e646c652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/gbprod/elastica-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f7971b6caa83b82a3432c2c764634fe412c2a35cc542c140498a1fde57a0be28/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f676270726f642f656c6173746963612d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/gbprod/elastica-bundle/?branch=master)[![Dependency Status](https://camo.githubusercontent.com/8f38a484b078a4e5c5f70002502d9190ecc169194f8ab6a22781c692a03a0b43/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3537346139636130636538643065303034313330643334322f62616467652e737667)](https://www.versioneye.com/user/projects/574a9ca0ce8d0e004130d342)

[![Latest Stable Version](https://camo.githubusercontent.com/9da1b39a0154498407f2dd1c88c76f9a6a1aef0e990f497fb8f223db2a91aadc/68747470733a2f2f706f7365722e707567782e6f72672f676270726f642f656c6173746963612d62756e646c652f762f737461626c65)](https://packagist.org/packages/gbprod/elastica-bundle)[![Total Downloads](https://camo.githubusercontent.com/91fa0e2ebb82ce4364c357bb20d39c4093eff03b6efe3b834a1636a0c5d31b7e/68747470733a2f2f706f7365722e707567782e6f72672f676270726f642f656c6173746963612d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/gbprod/elastica-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/c69d825aa0172bdd8c07d3629d2d7e0b883987d4f2c921a371337760c995b949/68747470733a2f2f706f7365722e707567782e6f72672f676270726f642f656c6173746963612d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/gbprod/elastica-bundle)[![License](https://camo.githubusercontent.com/9261cde3fb8072676a3c6af91337e6cd11f5c06c04d29a432305f9d3844a25c1/68747470733a2f2f706f7365722e707567782e6f72672f676270726f642f656c6173746963612d62756e646c652f6c6963656e7365)](https://packagist.org/packages/gbprod/elastica-bundle)

Really simple bundle to use [elastica](http://elastica.io/) within Symfony applications. Allows you to create elastica service in Symfony application. The aim is to create a ligthweigth alternative to [FOSElasticaBundle](https://github.com/FriendsOfSymfony/FOSElasticaBundle), because sometimes, we don't need all that stuffs.

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

[](#installation)

Download bundle using [composer](https://getcomposer.org/) :

```
composer require gbprod/elastica-bundle
```

Declare in your `app/AppKernel.php` file:

```
