PHPackages                             guikingone/meili-search-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. guikingone/meili-search-bundle

ActiveSymfony-bundle[Search &amp; Filtering](/categories/search)

guikingone/meili-search-bundle
==============================

A Symfony bundle that enable MeiliSearch

0.1.0(5y ago)1153[5 issues](https://github.com/Guikingone/MeiliSearchBundle/issues)[3 PRs](https://github.com/Guikingone/MeiliSearchBundle/pulls)MITPHPPHP &gt;=7.2

Since Nov 2Pushed 2y ago2 watchersCompare

[ Source](https://github.com/Guikingone/MeiliSearchBundle)[ Packagist](https://packagist.org/packages/guikingone/meili-search-bundle)[ RSS](/packages/guikingone-meili-search-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (28)Versions (5)Used By (0)

MeiliSearchBundle
=================

[](#meilisearchbundle)

[![MeiliSearchBundle CI](https://github.com/Guikingone/MeiliSearchBundle/workflows/MeiliSearchBundle%20CI/badge.svg?branch=master)](https://github.com/Guikingone/MeiliSearchBundle/workflows/MeiliSearchBundle%20CI/badge.svg?branch=master)[![SymfonyInsight](https://camo.githubusercontent.com/7bc59e0dfdcdf5a69d82ed798124644efcf7d7b1f99151943bbc4115346613e8/68747470733a2f2f696e73696768742e73796d666f6e792e636f6d2f70726f6a656374732f30356334316635372d326439382d346664622d623037622d3533663337393561323966622f6d696e692e737667)](https://insight.symfony.com/projects/05c41f57-2d98-4fdb-b07b-53f3795a29fb)

MeiliSearchBundle is an opiniated Symfony bundle which configure and enable [MeiliSearch](https://github.com/meilisearch/MeiliSearch).

The core logic act as a wrapper around the official [MeiliSearch PHP SDK](https://github.com/meilisearch/meilisearch-php).

Main features
-------------

[](#main-features)

- DTO support (thanks to `Symfony/Serializer`) for documents
- Mapping via YAML/XML/PHP/Annotation
- Document definition via Annotations or custom providers
- `Symfony/Messenger` integration
- `Symfony/HttpClient` support
- `Symfony/Cache` integration (fallback, search, CRUD)
- `Symfony/ExpressionLanguage` support for building queries
- Twig integration
- Custom form type
- Support for PHP 7.2 to 7.4 (8.0 not supported for now)
- Support for `Ramsey/uuid`

Installation
------------

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

```
composer require guikingone/meili-search-bundle
```

Once installed, time to update the `config/bundles.php`:

```
// config/bundles.php

return [
    // ...
    MeiliSearchBundle\MeiliSearchBundle::class => ['all' => true],
];
```

Once done, just add a `config/packages/meili_search.yaml`:

```
# config/packages/meili_search.yaml
meili_search:
    host: '%env(MEILI_HOST)%' # Default to http://127.0.0.1
    api_key: '%env(MEILI_API_KEY)%' # Optional but recommended in development mode
```

Usage
-----

[](#usage)

For a full breakdown of how to use this bundle, please refer to [the documentation](doc).

Contributing
------------

[](#contributing)

For a full breakdown of how to contribute to this bundle, please refer to [CONTRIBUTING.md](.github/CONTRIBUTING.md).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance11

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2017d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b1ea408dc1a7f312337f13b3a6f01446ccb69e9d53d801abbda36bf38d1f640b?d=identicon)[Guillaume Loulier](/maintainers/Guillaume%20Loulier)

---

Top Contributors

[![Guikingone](https://avatars.githubusercontent.com/u/13744329?v=4)](https://github.com/Guikingone "Guikingone (72 commits)")

---

Tags

bundlehttpmeillisearchphpsearchsymfonysearchmeilisearchsymfonybundle

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/guikingone-meili-search-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/guikingone-meili-search-bundle/health.svg)](https://phpackages.com/packages/guikingone-meili-search-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
