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

kirschbaum-development/eloquent-power-joins

The Laravel magic you know, now applied to joins. observed · 2026-08-28

github.com/kirschbaum-development/eloquent-power-joins · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 94
  • Release rhythm 94
  • 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: 26
  • age_days: 2361
  • days_rel: 41
  • days_push: 41
  • n_releases_24m: 20

Full methodology

Adoption not part of the score

1574 stars · 102 forks observed · 2026-08-28

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

A Laravel package that brings Eloquent-style ergonomics to SQL joins, letting you join tables using relationship definitions via a joinRelationship() method. It also supports sorting by related-table columns and aggregations, and querying relationship existence with joins instead of where exists.

Use cases

  • join tables using eloquent relationships instead of raw join clauses
  • sort query results by columns from related tables
  • check relationship existence with joins instead of where exists
  • apply model scopes in join contexts
  • make laravel join queries more readable and maintainable

When to choose

  • you use Laravel Eloquent and write manual join clauses with hardcoded table/column names
  • you need performant relationship existence checks or sorting by related-table aggregates

When to avoid

  • you don't use Laravel or Eloquent
  • your queries need complex join types or raw SQL control beyond what the package exposes

Facets

library · maturity active

orm database middleware web-development backend databases developer-tools php laravel eloquent sql-joins query-builder relationships

1 source

Member repositories

RepositoryRoleHealth v2
kirschbaum-development/eloquent-power-joinsmain95

For agents

markdown · JSON · MCP: product_card(name="kirschbaum-development/eloquent-power-joins")

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