Libraries tagged by RepositoryPattern
wmt-web/laravel-repovices
313 Downloads
Create repositories and services of your model dynamically
vdhoangson/laravel-repository
301 Downloads
Repository pattern package for Laravel framework
surazdott/laravel-repository
223 Downloads
Laravel repository design pattern with service and interface.
reizucodes/laravel-domain-toolkit
12 Downloads
Laravel toolkit for layered architecture with repositories, services, DTOs, and domain scaffolding.
pp-spaces/laravel-repository
5643 Downloads
Repository Design Pattern implementation for Laravel
muhammedsalama/laravel-base
13 Downloads
Laravel module generator: one command scaffolds Model, Migration, Enum, Filter+Pagination, Interface, Repository, Service, Form Requests, API Resource, Policy, Controller (Swagger/OA), and Tests.
mitul456/laravel-repository-service
19 Downloads
A Laravel package to generate repository and service layers using artisan commands
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
hexaora/api-crud-generator
3 Downloads
A powerful Laravel CRUD generator following Clean Architecture principles with modular structure, API versioning, and comprehensive scaffolding
clean/repository
48687 Downloads
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