1 रिपॉजिटरी
Transformations that use presenter layers to format internal data models for a specific output format.
Distinct from Data Format Transformations: Distinct from general Data Format Transformations by focusing on the presenter pattern for UI output decoupling.
Explore 1 awesome GitHub repository matching data & databases · Presenter-Based Transformations. Refine with filters or upvote what's useful.
This project is a database abstraction layer for Laravel that implements the repository pattern to decouple business logic from Eloquent database queries. It provides a standardized interface for data retrieval, pagination, and filtering. The system includes a query criteria mechanism for applying reusable search conditions based on request parameters and a caching wrapper that automatically clears stored results during record creation, updates, or deletions. It also features a presentation layer to transform raw database model attributes into formatted output for user interfaces. Additional
Formats data objects using presenters to decouple internal database structures from the final output.