Libraries tagged by data repository
mawuekom/laravel-data-repository
12 Downloads
Repository Pattern implementation for Laravel and Easily build Eloquent queries from API requests
ibrostudio/laravel-data-repository
146 Downloads
Laravel data manager
dealnews/repository
332 Downloads
In Process/Request Data Repository
foodsharing/data
20 Downloads
Data Repositories for Foodsharing Laravel Projects
webforge/testdata-repository
1346 Downloads
A repository for data that you can use to fill your unit tests.
rikta/repository
232 Downloads
A basic abstraction for a repository/data-storage.
lypzz/laravel-repository
0 Downloads
Repository abstract data layer, to facilitate our better maintenance procedures, suitable for PHP
derafu/repository
0 Downloads
Derafu: Repository - Lightweight File Data Source Management for PHP
arch/repositories
47 Downloads
Central repositories passing and receiving data between controller and model
lrc-se/anax-repository
269 Downloads
Repository module for model-based data access, for use with the Anax framework.
ljoboy/drc-data
47 Downloads
Our goal is to create solutions for our country (DRC). based on the reality of the situation, this repository will contain the basic data for the creation of any solution.
asticode/php-data-mapper
1345 Downloads
Mapper and Repository factories that implements the Data Mapper structure
jay-patel/service-repository
3 Downloads
A package for implementing the repository pattern in Laravel applications, providing a structured approach to data access and manipulation. It creates service, repository, interfaces and migration and model.
blaisebueno/laravel-repository
10 Downloads
A Laravel package implementing a clean, scalable repository design pattern architecture to abstract data persistence and promote testable, maintainable code.
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.