Libraries tagged by repository patterns
hexaora/api-crud-generator
3 Downloads
A powerful Laravel CRUD generator following Clean Architecture principles with modular structure, API versioning, and comprehensive scaffolding
hendabastian/laracrud-apigen
153 Downloads
Generate complete CRUD APIs for Laravel with Repository pattern, Spatie QueryBuilder, JSON:API pagination, and DTOs.
aaronjan/housekeeper
258 Downloads
Powerful, simple Repository-Pattern implementation for Laravel (>=5.1), and it come with tests.
tgalfa/reposervice
302 Downloads
Generate repository, service and interface files for Repository-Service Pattern.
maamun7/serpository
47 Downloads
Generate service, repositories and inject them by an artisan command for scalable laravel application.
larachimp/mango-repo
7162 Downloads
Simple repository package for Laravel 5.
generic-repository/phalcon
8 Downloads
By Edward Hieatt and Rob Mee: Mediates between the domain and data mapping layers using a collection-like interface for accessing domain objects.
devmakerlab/entities
4277 Downloads
Work with entities from your services or repositories.
cottagelabs/coar-notifications
402 Downloads
A library and server-side implementation supporting a limited number of the COAR Notify pattern objects. Server-side implementation assumes MySQL. If you are looking for a full, generic implementation of the COAR Notify protocol see https://packagist.org/packages/cottagelabs/coarnotify
1giba/datalayer
1401 Downloads
A simplest abstraction for eloquent models
ynsinc/make-ris
87 Downloads
Provides Artisan commands to generate Repository, Interface, and Service classes, simplifying the use of the Repository pattern in Laravel.
vaskiq/laravel-datalayer
488 Downloads
A Laravel package that simplifies data handling across multiple sources using the Repository pattern and structured DTOs.
vaskiq/eloquent-light-repo
452 Downloads
A lightweight repository pattern implementation for Laravel Eloquent models
repopattern/arch
48 Downloads
Library focused on creating files necessary for using the repository pattern
andydefer/laravel-likes
50 Downloads
Laravel package providing polymorphic reactions (like, love, haha, wow, sad, angry) with Repository pattern, DTOs, Enums, and Value Objects.