PHPackages                             rdcstarr/superpower-query - 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. rdcstarr/superpower-query

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

rdcstarr/superpower-query
=========================

Cache + Meilisearch + DB fallback query layer for Laravel. Fluent SuperPowerQuery + SuperPowerModel trait with auto-derived cache keys, tagged caching, and transparent fallback to Eloquent when Meilisearch is unavailable.

v0.1.1(1mo ago)01MITPHPPHP ^8.3

Since May 27Pushed 1mo agoCompare

[ Source](https://github.com/rdcstarr/superpower-query)[ Packagist](https://packagist.org/packages/rdcstarr/superpower-query)[ RSS](/packages/rdcstarr-superpower-query/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (11)Versions (3)Used By (0)

superpower-query
================

[](#superpower-query)

Cache + Meilisearch + DB fallback query layer for Laravel. The `SuperPowerQuery` fluent builder + `SuperPowerModel` trait give you tagged caching, auto-derived cache keys, and transparent fallback to Eloquent when Meilisearch is unavailable.

Install
-------

[](#install)

```
composer require rdcstarr/superpower-query

```

Requires `laravel/scout` configured with Meilisearch (`SCOUT_DRIVER=meilisearch`) and `CACHE_STORE=redis`.

Usage
-----

[](#usage)

```
use Rdcstarr\SuperpowerQuery\Concerns\SuperPowerModel;

class Ticket extends Model
{
    use SuperPowerModel;
}

// Then:
$tickets = Ticket::cache(scope: $user, key: 'tickets:index:list')
    ->query($search)
    ->where('user_id', $user->id)
    ->orderByDesc('last_message_at')
    ->paginate(30);
```

Personal toolkit — no support guarantees.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance88

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

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

Total

2

Last Release

58d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/42062586?v=4)[rdcstarr](/maintainers/rdcstarr)[@rdcstarr](https://github.com/rdcstarr)

---

Top Contributors

[![rdcstarr](https://avatars.githubusercontent.com/u/42062586?v=4)](https://github.com/rdcstarr "rdcstarr (6 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/rdcstarr-superpower-query/health.svg)

```
[![Health](https://phpackages.com/badges/rdcstarr-superpower-query/health.svg)](https://phpackages.com/packages/rdcstarr-superpower-query)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

58174.6k17](/packages/api-platform-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M133](/packages/roots-acorn)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

45955.7k](/packages/harris21-laravel-fuse)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[spatie/laravel-health

Monitor the health of a Laravel application

87912.0M177](/packages/spatie-laravel-health)

PHPackages © 2026

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