2017 © Pedro PelĂĄez
 

library cilex-elastica

A Cilex Service Provider for Elastica

image

basster/cilex-elastica

A Cilex Service Provider for Elastica

  • Wednesday, October 28, 2015
  • by Basster
  • Repository
  • 1 Watchers
  • 1 Stars
  • 365 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

basster/cilex-elastica

Build Status SensioLabsInsight, (*1)

This is a service provider for Cilex which makes access to Elasticsearch available through Elastica., (*2)

This library is a Cilex adaptation of easybib/silex-elastica., (*3)

Getting Started

Set up the dependency on this package using Composer. Once you have a Silex application skeleton you can register the service provider and set Elastica options:, (*4)

$app->register(new Basster\Cilex\Elastica\Provider\ElasticaProvider(), [
    'elastica.client_options' => [
        'host' => 'localhost',
        'port' => 9200,
    ],
]);

The full set of options is available on the Elastica documentation., (*5)

License

The code is available under the MIT license., (*6)

The Versions

28/10 2015

dev-master

9999999-dev

A Cilex Service Provider for Elastica

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ole RĂ¶ĂŸner

01/10 2015

1.0

1.0.0.0

A Cilex Service Provider for Elastica

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ole RĂ¶ĂŸner