Libraries tagged by model repository
phpno1/architecture
2020 Downloads
an architecture for laravel
mediactive-digital/laravel-generator
2069 Downloads
InfyOm Laravel Generator
msgphp/domain
67981 Downloads
A dependency-free package to help building a business domain layer
matheusfsc28/layercraft
784 Downloads
A package to generate layered architecture (Controller, Service, Interface, Repository, Model) in Laravel applications.
glumbo/generator
638 Downloads
Creating module with all related files such as model, view, controller, response, request, repository etc.
fuzz/magic-box
27180 Downloads
A magical implementation of Laravel's Eloquent models as injectable, masked resource repositories.
vaskiq/eloquent-light-repo
131 Downloads
A lightweight repository pattern implementation for Laravel Eloquent models
dynamics-unlimited/composer-git-flow-plugin
9885 Downloads
(Fork of ichhabrecht/composer-git-flow-plugin) This plugin allows to use repositories using the Git Flow workflow (or any other branching model) with Composer
oscabrera/model-repository
423 Downloads
A Laravel package that streamlines the creation of repository-based structures with a custom Artisan command.
phramz/composer-repository-model
150 Downloads
composer repository (aka `packages.json`) model builder component
mcaskill/charcoal-model-collection
1300 Downloads
Model collection and repository classes for Charcoal.
vxsoft/laravel-repository
16 Downloads
Laravel Repository is a powerful Laravel package designed to simplify the interaction with Eloquent models by implementing a repository-based architecture. It separates the data persistence logic from the application's business logic, promoting a clean, maintainable, and testable codebase.
npabisz/laravel-repositories
351 Downloads
Repositories for Laravel models
nascentafrica/eloquent-repository
107 Downloads
A repository package for Laravel models.
erfanwd/laravel-repository-pattern
12 Downloads
A Laravel package to auto-generate repositories and interfaces based on models