PHPackages                             leeroy/sail-meilisearch - 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. [API Development](/categories/api)
4. /
5. leeroy/sail-meilisearch

ActiveLibrary[API Development](/categories/api)

leeroy/sail-meilisearch
=======================

MeiliSearch Adapter for SailCMS

v1.1.2(3y ago)018MITPHP

Since Jun 1Pushed 3y agoCompare

[ Source](https://github.com/LeeroyLabs/sail-meilisearch)[ Packagist](https://packagist.org/packages/leeroy/sail-meilisearch)[ RSS](/packages/leeroy-sail-meilisearch/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (6)Dependencies (1)Versions (6)Used By (0)

SailCMS - MeiliSearch Adapter
=============================

[](#sailcms---meilisearch-adapter)

This is the official MeiliSearch adapter for SailCMS. This adapters works like every other adapters for search. For the documentation on that, please read the search section of the SailCMS documentation.

Installing
----------

[](#installing)

```
php sail install:official leeroy/sail-meilisearch
```

This will install the package using composer and then update your composer file to autoload the package.

If you wish to install it manually, you and perform the following

```
composer require leeroy/sail-meilisearch
```

After that, you can add `Leeroy\\Search\\MeiliSearch` to the search section of the sailcms property of your composer.json file. It should look something like this:

```
"sailcms": {
  "containers": ["Spec"],
  "modules": [],
  "search": {
    "meilisearch": "Leeroy\\Search\\MeiliSearch\\Adapter"
  }
}
```

Configuration
-------------

[](#configuration)

When installed, you need to add the following to your `.env` file.

```
SEARCH_ENGINE=meilisearch
MEILI_HOST=yourmeilihost
MEILI_PORT=7700
MEILI_INDEX=default_index
MEILI_MASTER_KEY=your_master_key

```

You can now enjoy meilisearch on your site.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Every ~73 days

Total

5

Last Release

1198d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/92767cd5e1ad8cc0aab1bd087488a7356b1d40a37eb17063d023cf3192e5fa78?d=identicon)[Leeroy Digital Agency](/maintainers/Leeroy%20Digital%20Agency)

---

Top Contributors

[![marcLeeroy](https://avatars.githubusercontent.com/u/59919105?v=4)](https://github.com/marcLeeroy "marcLeeroy (18 commits)")

### Embed Badge

![Health badge](/badges/leeroy-sail-meilisearch/health.svg)

```
[![Health](https://phpackages.com/badges/leeroy-sail-meilisearch/health.svg)](https://phpackages.com/packages/leeroy-sail-meilisearch)
```

###  Alternatives

[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[meilisearch/search-bundle

Seamless integration of Meilisearch into your Symfony project.

153433.2k](/packages/meilisearch-search-bundle)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[fostercommerce/meilisearch-connect

115.0k](/packages/fostercommerce-meilisearch-connect)[medienreaktor/meilisearch

Integrates Meilisearch into Neos.

101.1k](/packages/medienreaktor-meilisearch)

PHPackages © 2026

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