Ross ROSS = Recommend OSS · open-source software intelligence for agents

laravel/scout

Laravel Scout provides a driver based solution to searching your Eloquent models. observed · 2026-08-28

github.com/laravel/scout · homepage · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 14
  • age_days: 3717
  • days_rel: 8
  • days_push: 8
  • n_releases_24m: 38

Full methodology

Adoption not part of the score

1677 stars · 359 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Laravel Scout is a first-party Laravel package that adds driver-based full-text search to Eloquent models, automatically syncing model changes to search indexes via observers. It ships with drivers for Algolia, Meilisearch, Typesense, and Turbopuffer, plus built-in database and collection engines that require no external service.

Use cases

  • add full-text search to my Laravel Eloquent models
  • sync database records to Algolia or Meilisearch automatically
  • search my existing MySQL or PostgreSQL database without an external service
  • implement typo-tolerant and faceted search in a PHP app
  • add vector or semantic search to a Laravel application
  • paginate search results in Laravel
  • index soft-deleted models in a search engine

When to choose

  • you use Laravel and Eloquent and want search indexes kept in sync automatically
  • you want a driver-based abstraction so you can swap search engines like Algolia, Meilisearch, or Typesense
  • you need simple full-text search using only your existing MySQL/PostgreSQL database
  • you want semantic or vector search integrated with your Laravel models

When to avoid

  • your project is not built on Laravel or Eloquent
  • you need direct, fine-grained control over a search engine's low-level APIs
  • you use a framework other than Laravel where this package cannot integrate

Facets

library · maturity stable

search-engine database web-development backend php eloquent full-text-search algolia meilisearch typesense turbopuffer model-indexing search laravel

10 sources

Member repositories

RepositoryRoleHealth v2
laravel/scoutmain99

For agents

markdown · JSON · MCP: product_card(name="laravel/scout")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem