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 3d 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 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

1146d 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

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)

PHPackages © 2026

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