dev-master
9999999-devA Cilex Service Provider for Elastica
MIT
The Requires
The Development Requires
by Ole RöĂner
1.0
1.0.0.0A Cilex Service Provider for Elastica
MIT
The Requires
The Development Requires
by Ole RöĂner
A Cilex Service Provider for Elastica
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)
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)
The code is available under the MIT license., (*6)
A Cilex Service Provider for Elastica
MIT
A Cilex Service Provider for Elastica
MIT