Libraries tagged by RepositoryPattern
foothing/laravel-repository
2298 Downloads
This package provides an implementation of the repository pattern for Laravel 5.
bigsinoos/laravel-repository-response
9 Downloads
Solution to PHP repository class method responses, Helps to implement true Repository pattern.
atrakeur/repository
305 Downloads
A implementation of the repository pattern for laravel that decouple Eloquent models using standart php objects
amroboney/repository-generator
46 Downloads
A feature-rich Laravel package to simplify and streamline the process of generating repository files using the repository pattern, promoting clean architecture and maintainable code.
afrittella/laravel-repository
115 Downloads
Custom Repository Pattern for Laravel 5
wendelladriel/laravel-more
3 Downloads
Implementation of the Repository Pattern using Laravel Model binding
pacerit/laravel-repository
635 Downloads
Standalone repository pattern package for Laravel and Lumen framework
io-digital/repo
2180 Downloads
Easily generate the Repository Pattern in Laravel
akunbeben/laravository
149 Downloads
Simplify Repository Pattern for Laravel.
aaronjan/housekeeper
258 Downloads
Powerful, simple Repository-Pattern implementation for Laravel (>=5.1), and it come with tests.
morshadun/repositorypattern
56 Downloads
Laravel Service Repository Design Pattern Scaffolding.
zakaria-elkashef/repository-pattern
27 Downloads
The Laravel Repository Pattern Package implements the repository design pattern within the Laravel framework, offering developers an efficient and organized approach to managing data. With this package, you can effortlessly create interfaces and repository classes that implement those interfaces. These classes are then bound in the RepositoryServiceProvider and registered in the config/app.php file's providers array. Experience streamlined data management and elevate your Laravel application development with ease.
two-bros/repository-pattern
20 Downloads
temify/repository-pattern-maker
10 Downloads
create respository and interface and facade with single command
sostheblack/laravel-repository-pattern
340 Downloads
Laravel 10+ - Repositories to the database layer