2017 © Pedro Peláez
 

symfony-bundle elastica-bundle

phlexible elastica bundle

image

phlexible/elastica-bundle

phlexible elastica bundle

  • Monday, July 30, 2018
  • by temp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 327 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 20 % Grown

The README.md

PhlexibleElasticaBundle

The PhlexibleElasticaBundle adds support for elasticsearch indexes in phlexible., (*1)

Installation

  1. Download PhlexibleElasticaBundle using composer
  2. Enable the Bundle
  3. Configure the PhlexibleElasticaBundle
  4. Clear the symfony cache

Step 1: Download PhlexibleElasticaBundle using composer

Add PhlexibleElasticaBundle by running the command:, (*2)

``` bash $ php composer.phar require phlexible/elastica-bundle "~1.0.0", (*3)


Composer will install the bundle to your project's `vendor/phlexible` directory. ### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Phlexible\Bundle\ElasticaBundle\PhlexibleElasticaBundle(), ); }

Step 3: Configure the PhlexibleElasticaBundle

Now that the bundle is enabled, you need to configure the PhlexibleElasticaBundle. Add the following configuration to your config.yaml file., (*4)

``` yaml, (*5)

app/config/config.yaml

phlexible_elastica: clients: default: host: your_elasticsearch_host port: 9200 logger: logger indexes: default: index_name: your_index_name, (*6)


### Step 4: Clear the symfony cache If you access your phlexible application with environment prod, clear the cache: ``` bash $ php app/console cache:clear --env=prod

The Versions

30/07 2018

dev-master

9999999-dev

phlexible elastica bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

elasticsearch elastica

16/08 2017

1.3.0

1.3.0.0

phlexible elastica bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

elasticsearch elastica

09/03 2017

1.2.1

1.2.1.0

phlexible elastica bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

elasticsearch elastica

27/01 2017

1.2.0

1.2.0.0

phlexible elastica bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

elasticsearch elastica

11/10 2016

1.1.0

1.1.0.0

phlexible elastica bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

elasticsearch elastica

20/06 2016

1.0.0

1.0.0.0

phlexible elastica bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

elasticsearch elastica