1 रिपॉजिटरी
Utilities that automatically modify model attributes before they are persisted to the database.
Distinguishing note: None of the candidates cover automatic attribute modification during the persistence lifecycle.
Explore 1 awesome GitHub repository matching data & databases · Model Attribute Transformers. 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
Modifies data attributes automatically before saving or updating them within the database.