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

nicolaslopezj/searchable

A php trait to search laravel models observed · 2026-08-28

github.com/nicolaslopezj/searchable · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

38/100

  • Activity 33
  • Release rhythm 8
  • 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: n/a
  • age_days: 4460
  • days_rel: n/a
  • days_push: 404
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1996 stars · 290 forks observed · 2026-08-28

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

A PHP trait that adds a simple relevance-weighted search function to Laravel Eloquent models. It supports searching across table columns and relations with configurable priority weights.

Use cases

  • search laravel models by keyword
  • rank search results by column priority
  • search across eloquent relations with joins
  • add simple full-text-like search to a laravel app without a search server
  • paginate search results in laravel

When to choose

  • you have a small-to-medium laravel app and need simple model search without external services
  • you want relevance weighting per column or relation
  • you want search that composes with normal eloquent queries

When to avoid

  • you need high-performance search over large datasets
  • you need fuzzy matching, typo tolerance, or faceted search
  • you are not using laravel or eloquent

Facets

library · maturity maintenance

search-engine database web-development databases php eloquent laravel-trait relevance-ranking model-search search laravel

1 source

Member repositories

RepositoryRoleHealth v2
nicolaslopezj/searchablemain38

For agents

markdown · JSON · MCP: product_card(name="nicolaslopezj/searchable")

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