Libraries tagged by repository pattern
hendabastian/laracrud-apigen
154 Downloads
Generate complete CRUD APIs for Laravel with Repository pattern, Spatie QueryBuilder, JSON:API pagination, and DTOs.
cachewraith/laravel-template-structure
6 Downloads
Installer-style Laravel package that scaffolds a clean, scalable, OOAD-based, OWASP-hardened architecture — layered services, repositories and policies behind a versioned JSON API, a server-rendered Blade UI, or both — into any Laravel 10, 11, 12 or 13 application.
bigins/imanager
158 Downloads
iManager — embeddable SQLite-backed CMF (Content Management Framework) for PHP.
aaronjan/housekeeper
258 Downloads
Powerful, simple Repository-Pattern implementation for Laravel (>=5.1), and it come with tests.
tgalfa/reposervice
305 Downloads
Generate repository, service and interface files for Repository-Service Pattern.
primasoftware/doctrine-specification
4273 Downloads
Specification Pattern for your Doctrine repositories
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
4279 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