Libraries tagged by RepositoryPattern
juankno/laravel-repository
400 Downloads
A Laravel package to easily implement the Repository Pattern with automatic binding and generation.
janez89/repository
6177 Downloads
Repository Pattern for Eloquent
elegantmedia/laravel-simple-repository
12793 Downloads
Lightweight Repository pattern for Laravel 13+ projects with strict typing and modern PHP features.
awes-io/repository
105404 Downloads
Implementation of repository pattern for Laravel. 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.
andydefer/laravel-repository
119 Downloads
A lightweight, type-safe repository pattern implementation for Laravel
ysm/laravel-repository-pattern
26 Downloads
A Laravel package implementing the Repository Design Pattern with Service Layer
thombas/revised-repository-pattern
69 Downloads
A package that adds a repository pattern which extends from the established models.
rez1pro/laravel-repository-pattern
799 Downloads
A Laravel package to implement the repository pattern in your applications.
gohari/repository-pattern
5 Downloads
A Laravel package to generate and use clean repository pattern classes with Artisan commands.
erfanwd/laravel-repository-pattern
14 Downloads
A Laravel package to auto-generate repositories and interfaces based on models
derakht/repository-pattern
66 Downloads
Implement repository pattern design with a command
cariuk/laravel-repository-pattern
939 Downloads
A flexible and powerful Laravel package implementing the Repository Pattern with SOLID principles, featuring auto-detection, dependency injection, CRUD operations, filtering, sorting, pagination, and soft deletes support.
amondar-libs/repository-pattern
75 Downloads
Laravel package to implement the repository pattern.
aleprosli/repository-pattern
15 Downloads
This is laravel package
wmt-web/laravel-repovices
312 Downloads
Create repositories and services of your model dynamically