2017 © Pedro Peláez
 

symfony-bundle brander-elastica-skeleton

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

image

tomfun/brander-elastica-skeleton

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

  • Wednesday, January 18, 2017
  • by tomfun1990@gmail.com
  • Repository
  • 1 Watchers
  • 0 Stars
  • 467 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

BranderElasticaSkeletonBundle

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%"
<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle(),
            new \Brander\Bundle\ElasticaSkeletonBundle\BranderElasticaSkeletonBundle(),
        );
        // ...
    }
    // ...
}

This just doctrine cache bundle configuration BranderElasticaSkeletonBundle require some cache adapter by alias brander.bundle.elasticaskeleton.cache_storage, (*1)

Example of list service (wrapper over fos elastica finder)

# services.yml
services:
 my_bundle.elastica_list.entity:
   class: Iwin\Bundle\UserBundle\Entity\Query\UserElasticaList
   parent: brander.bundle.elasticaskeleton.list # elastica skeleton abstract
   arguments:
     - @fos_elastica.finder.iwin_user.user # fos elastica finder

The Versions

18/01 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Grigory Kotov

search elasticsearch elastica

18/01 2017

v1.0.1

1.0.1.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Grigory Kotov

search elasticsearch elastica

18/11 2016

v1.0.0

1.0.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Grigory Kotov

search elasticsearch elastica

11/08 2016

v0.1.0

0.1.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Grigory Kotov

search elasticsearch elastica

30/12 2015

0.0.6

0.0.6.0

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

  Sources   Download

MIT

The Requires

 

by Grigory Kotov

search elasticsearch elastica

19/08 2015

v0.0.5

0.0.5.0

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

  Sources   Download

MIT

The Requires

 

by Grigory Kotov

search elasticsearch elastica

18/08 2015

v0.0.4

0.0.4.0

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

  Sources   Download

MIT

The Requires

 

by Grigory Kotov

search elasticsearch elastica

12/08 2015

0.0.3

0.0.3.0

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

  Sources   Download

MIT

The Requires

 

by Grigory Kotov

search elasticsearch elastica

05/08 2015

0.0.2

0.0.2.0

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

  Sources   Download

MIT

The Requires

 

by Grigory Kotov

search elasticsearch elastica

04/08 2015

0.0.1

0.0.1.0

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

  Sources   Download

MIT

The Requires

 

by Grigory Kotov

search elasticsearch elastica