derafu/query
Expressive path-based query builder for PHP from Derafu. Build queries using readable, JSONPath-like paths for nested data structures and collections. Lightweight package with full documentation at derafu.dev/docs/data/query.
// Pseudocode for Eloquent integration
$pathQuery = DerafuQuery::path('users.posts.comments')->where('published', true);
$eloquentQuery = EloquentAdapter::toQueryBuilder($pathQuery);
composer require derafu/query.select only needed fields).How can I help you explore Laravel packages today?