webmunkeez/elastic-bundle

Elasticsearch for Symfony.

v1.1.0 2023-12-08 19:21 UTC

This package is auto-updated.

Last update: 2024-04-08 20:05:16 UTC


README

This bundle unleashes Elasticsearch on Symfony applications.

Installation

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],
    // ...
];