Libraries tagged by Repository Parttern
arispati/lapice
2175 Downloads
Laravel library to use repository and service pattern
rudi97277/laravel-make-feature
8 Downloads
A package to generate feature-related files (controller, service, repository, model, etc.) and auto-discover API routes.
max26292/laravel-lazy-tools
865 Downloads
This tools for lazy guys, used to generate repository,interface and response
maamun7/serpository
42 Downloads
Generate service, repositories and inject them by an artisan command for scalable laravel application.
larachimp/mango-repo
7161 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
3900 Downloads
Work with entities from your services or repositories.
1giba/datalayer
1390 Downloads
A simplest abstraction for eloquent models
tomatophp/tomato-api
1179 Downloads
Full API CRUD Generator build on repository pattern
parable-php/orm
485 Downloads
Parable ORM is a small but complete repository-pattern ORM implementation
akunbeben/laravository
143 Downloads
Simplify Repository Pattern for Laravel.
prjkt/repofuck
3154 Downloads
Fucking with the repository design pattern
zakaria-elkashef/repository-pattern
26 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.
warehouse/repository
0 Downloads
Generic implementation of Domain-Driven Design Repository Pattern
unostentatious/repository
17 Downloads
An abstraction layer that let's you implement repository pattern for your models.