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(5mo ago)074MITPHPPHP ^7.3|^8.0

Since Dec 3Pushed 5mo 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 3w 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

34

—

LowBetter than 75% of packages

Maintenance72

Regular maintenance activity

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

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

[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.6k348.7M10.4k](/packages/nunomaduro-collision)[recca0120/terminal

run laravel artisan command in web application

880417.0k2](/packages/recca0120-terminal)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815424.6k52](/packages/nunomaduro-laravel-console-menu)[nunomaduro/laravel-console-task

Laravel Console Task is a output method for your Laravel/Laravel Zero commands.

2592.3M13](/packages/nunomaduro-laravel-console-task)[nunomaduro/laravel-console-summary

A Beautiful Laravel Console Summary for your Laravel/Laravel Zero commands.

672.2M4](/packages/nunomaduro-laravel-console-summary)[hmazter/laravel-schedule-list

Laravel package to add command to list all scheduled artisan commands

94435.3k](/packages/hmazter-laravel-schedule-list)

PHPackages © 2026

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