PHPackages                             aimeos/pagible-search - 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. aimeos/pagible-search

ActiveLibrary[Search &amp; Filtering](/categories/search)

aimeos/pagible-search
=====================

Pagible CMS - Custom search engine

0.10.4(1mo ago)134↓54.5%1LGPL-3.0-onlyPHPPHP ^8.2

Since Apr 16Pushed 1w agoCompare

[ Source](https://github.com/aimeos/pagible-search)[ Packagist](https://packagist.org/packages/aimeos/pagible-search)[ Docs](https://pagible.com)[ RSS](/packages/aimeos-pagible-search/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (6)Versions (6)Used By (1)

Pagible Search
==============

[](#pagible-search)

Full-text search engine for [Pagible CMS](https://pagible.com) using Laravel Scout. Supports SQLite FTS5, MySQL FULLTEXT, PostgreSQL tsvector, and SQL Server CONTAINSTABLE.

This package is part of the [Pagible CMS monorepo](https://github.com/aimeos/pagible). For full installation, use:

```
composer require aimeos/pagible
```

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

[](#configuration)

This package uses Laravel Scout configuration (`config/scout.php`). The installer sets the default driver to `cms` and enables soft deletes.

Commands
--------

[](#commands)

### cms:install:search

[](#cmsinstallsearch)

Installs the Pagible Search package.

```
php artisan cms:install:search
```

Publishes the Laravel Scout config and sets the default driver to `cms` with soft delete support enabled.

### cms:index

[](#cmsindex)

Rebuilds the full-text search index for all pages, elements, and files.

```
php artisan cms:index
```

Processes all records (including trashed) in chunks, updating the search index. Each model stores two index rows per item: one for draft content (`latest=true`) and one for published content (`latest=false`).

### cms:benchmark:search

[](#cmsbenchmarksearch)

Runs search performance benchmarks.

```
php artisan cms:benchmark:search [options]
```

OptionDefaultDescription`--tenant``benchmark`Tenant ID`--domain`Domain name`--seed`Seed benchmark data first`--pages``10000`Number of pages to generate`--tries``100`Iterations per benchmark`--chunk``50`Rows per bulk insert batch`--unseed`Remove benchmark data and exit`--force`Run in productionLicense
-------

[](#license)

LGPL-3.0-only

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance96

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

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 ~10 days

Total

5

Last Release

33d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ccdc84033584516c77fb6aa7f85dc7048f2fbcd08867fc6abf115d094bab5eef?d=identicon)[aimeos](/maintainers/aimeos)

---

Top Contributors

[![aimeos](https://avatars.githubusercontent.com/u/8647429?v=4)](https://github.com/aimeos "aimeos (40 commits)")

---

Tags

searchlaravelcmsscout

### Embed Badge

![Health badge](/badges/aimeos-pagible-search/health.svg)

```
[![Health](https://phpackages.com/badges/aimeos-pagible-search/health.svg)](https://phpackages.com/packages/aimeos-pagible-search)
```

###  Alternatives

[algolia/scout-extended

Scout Extended extends Laravel Scout adding algolia-specific features

4186.6M6](/packages/algolia-scout-extended)[matchish/laravel-scout-elasticsearch

Search among multiple models with ElasticSearch and Laravel Scout

7451.7M3](/packages/matchish-laravel-scout-elasticsearch)[jeroen-g/explorer

Next-gen Elasticsearch driver for Laravel Scout.

399654.3k](/packages/jeroen-g-explorer)[zing/laravel-scout-opensearch

Laravel Scout custom engine for OpenSearch

35400.6k](/packages/zing-laravel-scout-opensearch)

PHPackages © 2026

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