PHPackages                             fractal512/meilisan - 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. [CLI &amp; Console](/categories/cli)
4. /
5. fractal512/meilisan

ActiveLibrary[CLI &amp; Console](/categories/cli)

fractal512/meilisan
===================

Meilisearch methods wrapper for Laravel Artisan

v0.3.2(6mo ago)076MITPHPPHP ^7.3|^8.0

Since Dec 3Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/fractal512/meilisan)[ Packagist](https://packagist.org/packages/fractal512/meilisan)[ Docs](https://github.com/fractal512/meilisan)[ RSS](/packages/fractal512-meilisan/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)Dependencies (3)Versions (6)Used By (0)

Meilisearch methods wrapper for Laravel Artisan
-----------------------------------------------

[](#meilisearch-methods-wrapper-for-laravel-artisan)

This wrapper helps to manage [Meilisearch](https://www.meilisearch.com/) functionality via console using Laravel Artisan.

### Table of Contents

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
    - [Indexes](#indexes)
    - [Filterable Attributes](#filterable-attributes)
    - [Ranking Rules](#ranking-rules)
    - [Sortable Attributes](#sortable-attributes)
    - [Stop Words](#stop-words)

### Installation

[](#installation)

Install the package using composer:

```
composer require fractal512/meilisan

```

### Usage

[](#usage)

Use `artisan meilisearch` command to manage Meilisearch indexes, configuration, etc. The list of commands is being expanded...

#### Indexes

[](#indexes)

To manage [indexes](https://www.meilisearch.com/docs/reference/api/indexes) in the Meilisearch database use command:

```
php artisan meilisearch:index  [] [options]

```

Arguments:

- action - Action on index (get, set, delete)
- index - Name of the index in the Meilisearch database

Options:

- -o, --offset - Number of indexes to skip
- -l, --limit - Number of indexes to return
- -k, --key - Name of the primary key

#### Filterable Attributes

[](#filterable-attributes)

To manage [filterable attributes](https://www.meilisearch.com/docs/learn/fine_tuning_results/filtering) for the Meilisearch index use command:

```
php artisan meilisearch:filterable   []

```

Arguments:

- action - action on filterable attributes (get, set, reset)
- index - name of index in Meilisearch database
- attributes - comma-separated list of filterable attributes to set

#### Ranking Rules

[](#ranking-rules)

To manage [ranking rules](https://www.meilisearch.com/docs/learn/core_concepts/relevancy) for the Meilisearch index use command:

```
php artisan meilisearch:ranking   []

```

Arguments:

- action - action on ranking rules (get, set, reset)
- index - name of index in Meilisearch database
- attributes - comma-separated list of ranking rules to set

#### Sortable Attributes

[](#sortable-attributes)

To manage [sortable attributes](https://www.meilisearch.com/docs/learn/fine_tuning_results/sorting) for the Meilisearch index use command:

```
php artisan meilisearch:sortable   []

```

Arguments:

- action - action on sortable attributes (get, set, reset)
- index - name of index in Meilisearch database
- attributes - comma-separated list of sortable attributes to set

#### Stop Words

[](#stop-words)

To manage [stop words](https://www.meilisearch.com/docs/reference/api/settings#stop-words) for the Meilisearch index use command:

```
php artisan meilisearch:stopwords   []

```

Arguments:

- action - action on stop words (get, set, reset)
- index - name of index in Meilisearch database
- stopwords - comma-separated list of stop words to set

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance66

Regular maintenance activity

Popularity9

Limited adoption so far

Community7

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

Every ~193 days

Total

5

Last Release

206d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/733562df7e4a3214a62bb9e4a2c52e2d52dc2355a3d2f61463f0c09d7a39d945?d=identicon)[fractal512](/maintainers/fractal512)

---

Top Contributors

[![fractal512](https://avatars.githubusercontent.com/u/5672875?v=4)](https://github.com/fractal512 "fractal512 (10 commits)")

---

Tags

meilisearchconsoleartisan

### Embed Badge

![Health badge](/badges/fractal512-meilisan/health.svg)

```
[![Health](https://phpackages.com/badges/fractal512-meilisan/health.svg)](https://phpackages.com/packages/fractal512-meilisan)
```

###  Alternatives

[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3622.8k](/packages/duncanmcclean-statamic-cargo)[mozex/laravel-scout-bulk-actions

Import, flush, and queue-import all your Laravel Scout searchable models at once. Auto-discovers models, runs in bulk, tracks progress.

1542.2k](/packages/mozex-laravel-scout-bulk-actions)[rapidez/core

Rapidez Core

1824.4k80](/packages/rapidez-core)[perryvandermeer/laravel-console-validator

Validate arguments for Laravel commands

109.9k](/packages/perryvandermeer-laravel-console-validator)

PHPackages © 2026

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