1 مستودع
Mapping API request parameters to local database model scopes for reusable query constraints.
Distinct from Tenant-Scoped Model Filtering: Distinct from tenant-scoped filtering as it refers to general-purpose Eloquent model scopes.
Explore 1 awesome GitHub repository matching data & databases · Model Scope Integration. Refine with filters or upvote what's useful.
This project is an Eloquent query builder wrapper and REST API query parser for Laravel applications. It translates HTTP request parameters into database queries to provide dynamic filtering, sorting, and relationship loading for API endpoints. The system decouples the external API interface from the storage layer through alias-based schema abstraction, allowing public field names to map to private database columns. It supports the dynamic inclusion of nested relationships and aggregate counts, as well as the execution of custom programmatic logic for filters and sorting via invokable classes
Maps URL filter parameters directly to local Eloquent model scopes.