PHPackages                             tomfun/brander-elastica-skeleton - 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. tomfun/brander-elastica-skeleton

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

tomfun/brander-elastica-skeleton
================================

helps to create query for elastic search friendsofsymfony/elastica-bundle

v1.0.1(9y ago)048611MITPHP

Since Aug 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/tomfun/BranderElasticaSkeletonBundle)[ Packagist](https://packagist.org/packages/tomfun/brander-elastica-skeleton)[ RSS](/packages/tomfun-brander-elastica-skeleton/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (6)Versions (10)Used By (1)

BranderElasticaSkeletonBundle
=============================

[](#branderelasticaskeletonbundle)

- **[example of elastica usage](src/queries.md)**
- [example of elastica post query 1](src/example_query1.json)
- [example of elastica post query 2](src/example_query2.json)
- [example of elastica post query 3](src/example_query3.json)

Configurations:
---------------

[](#configurations)

```
# app/config/config.yml
doctrine_cache:
  aliases:
    brander.bundle.elasticaskeleton.cache_storage: my_apc_cache # or other

  providers:
    my_apc_cache:
      type: apc # or other cacher
      namespace: my_apc_cache_ns
#     namespace: "%kernel.root_dir%/%kernel.environment%/%assets_version%"
```

```
