Libraries tagged by seperation-of-concerns
pieterdev/repoflow
22 Downloads
A simple trait to allow fluently querying repositories with an eloquent model. Gives back the flexibility of eloquent to some extent, while remaining explicit on which methods are supported by a repository.
hamzaouaghad/multilayering
37 Downloads
A tiny laravel package to speed up the workflow with the multilayering convetion
gambito-corp/laravel-service-layer
0 Downloads
A Laravel package that provides tools for implementing a service layer architecture, including commands for generating interfaces, repositories, and services. It simplifies the creation of a robust service layer structure in Laravel applications, promoting better code organization and separation of concerns.
bigeweb/framework
18 Downloads
This MVC framework provides a structured approach to developing web applications by separating the application's concerns into three distinct components: model, view, and controller. This separation of concerns promotes code organization, maintainability, and scalability, making it easier to manage and extend the application over time