This bundle unleashes Elasticsearch on Symfony applications.
Use Composer to install this bundle:
$ composer require webmunkeez/elastic-bundle
Add the bundle in your application kernel:
// config/bundles.php
return [
// ...
Webmunkeez\ElasticBundle\WebmunkeezElasticBundle::class => ['all' => true],
// ...
];