Libraries tagged by repository-pattern
saritasa/laravel-repositories
16576 Downloads
Saritasa repository pattern implementation for Laravel
usmonaliyev/repository-pattern
1218 Downloads
cariuk/repository-pattern-laravel
2548 Downloads
CRUD wrapper for laravel apps
salmanzafar/laravel-repository-pattern
3096 Downloads
Implement repository pattern with a single command
vdhoangson/laravel-repository
259 Downloads
Repository pattern package for Laravel framework
takielias/contract-resolver
32 Downloads
A Laravel package that automatically resolves and binds contracts (interfaces) to their implementations, with powerful code generation commands for repositories and services following the Repository and Service pattern.
surazdott/laravel-repository
206 Downloads
Laravel repository design pattern with service and interface.
sajadsdi/laravel-repository
69 Downloads
Advanced Tools to use repository pattern for laravel eloquent models.
morilog/flexible-repository
2391 Downloads
Flexible and powerful repositories for laravel framework
agungsugiarto/codeigniter4-repository
1063 Downloads
Implementation of repository pattern for CodeIgniter 4. 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.
quangnd/repository
228 Downloads
Repository Pattern
okaybueno/laravel-repositories
15994 Downloads
A package that provides a neat implementation to integrate the Repository pattern in Laravel with Eloquent.
mmauksch/json-repositories
131 Downloads
Basic implementation of the repository pattern that stores its content in serialized json files. Intended use is for testing or prototyping! NOT INTENDED FOR PRODUCTION USE!
michele-angioni/phalcon-repositories
24612 Downloads
A library which simplifies the use of the Repository pattern in Phalcon.
manowartop/repository-service-laravel-pattern
466 Downloads
Structure for the Laravel Service-Repository Pattern