Libraries tagged by repository-pattern
mitul456/laravel-repository-service
25 Downloads
A Laravel package to generate repository and service layers using artisan commands
miladimos/laravel-repository
184 Downloads
a powerful and simple to use package for repository pattern
mehedi250/laravel-structure-kit
28 Downloads
Laravel scaffolding package with a browser UI and Artisan command — generates Model, Controller, Migration, Service Pattern (interface + implementation), and Repository Pattern (interface + implementation) with correct namespaces.
mattb-it/larepo
21 Downloads
A Laravel repository pattern implementation
libinkk/modular
14 Downloads
Enterprise-grade Laravel modular architecture package with automatic module discovery, code generators, CRUD scaffolding, repository pattern, service layer, DTO/action workflow, and zero-configuration project scaling.
josrom/eloquent-crud-repository
2380 Downloads
All the basic methods to any Laravel project with Repository pattern
hexaora/api-crud-generator
3 Downloads
A powerful Laravel CRUD generator following Clean Architecture principles with modular structure, API versioning, and comprehensive scaffolding
bigins/imanager
138 Downloads
iManager — embeddable SQLite-backed CMF (Content Management Framework) for PHP.
arifurrahmansw/laravel-repository
53 Downloads
A Laravel package that provides a reusable and extendable repository pattern implementation.
agungsugiarto/codeigniter4-repository
1070 Downloads
Implementation of repository pattern for CodeIgniter 4. The package allows out-of-the-box filtering of data based on parameters in the request, and also allows you to quickly integrate the list filters and custom criteria.
ipunkt/laravel-repositories
2269 Downloads
Base repository implementation for laravel
ynsinc/make-ris
87 Downloads
Provides Artisan commands to generate Repository, Interface, and Service classes, simplifying the use of the Repository pattern in Laravel.
yhbyun/snowman
199 Downloads
Laravel 4 Repository Pattern Generator
vaskiq/laravel-datalayer
477 Downloads
A Laravel package that simplifies data handling across multiple sources using the Repository pattern and structured DTOs.
vaskiq/eloquent-light-repo
441 Downloads
A lightweight repository pattern implementation for Laravel Eloquent models