1 مستودع
Mapping public API field names to private internal database columns to decouple the interface from the schema.
Distinct from Database Schema Mapping: Distinct from Database Schema Mapping as it focuses on API-level field aliasing rather than logical schema organization.
Explore 1 awesome GitHub repository matching data & databases · Field Aliasing. 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
Hides internal database column names from API consumers by mapping request parameters to specific table fields.