Libraries tagged by seperation-of-concerns
hamzaouaghad/multilayering
3 Favers
37 Downloads
37 Downloads
A tiny laravel package to speed up the workflow with the multilayering convetion
pieterdev/repoflow
0 Favers
22 Downloads
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.
bigeweb/framework
0 Favers
13 Downloads
13 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