Libraries tagged by repository pattern
phucnguyenvn/laravel-eloquent-repository
7 Downloads
Repository pattern for Eloquent ORM
phpsamurai/repository-pattern-generator
39 Downloads
A simple Laravel package to implement and generate the repository pattern in your application.
osiom-laravel/repository
5 Downloads
Base repository implementation for Laravel
nda666/laravel-repository-pattern
737 Downloads
Simple repository pattern for laravel project
mrtolouei/laravel-repository
10 Downloads
A clean and flexible base repository package for Laravel that simplifies data access, enforces the repository pattern, and keeps your code organized and testable.
mrphan/base-repository
1 Downloads
Base repository implement for lumen
morshadun/repositorypattern
56 Downloads
Laravel Service Repository Design Pattern Scaffolding.
mmauksch/json-repositories
289 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!
milanpasic92/phalcon-repositories
903 Downloads
A library which simplifies the use of the Repository pattern in Phalcon.
michalwolinski/repository
4 Downloads
Repository Pattern implementation for Laravel.
megaxlr/laravel-repositories
67 Downloads
A Repository Pattern for Laravel
me-arif-dewan/laravel-repository-generator
5 Downloads
Introduces a new Artisan command to generate repository classes with support for: - Multiple interface implementation with automatic method stub generation. - Single class extension with validation. - Model dependency injection via constructor. - Automatic service provider binding registration. - Pipeline pattern for clean, maintainable code structure.
matephp/pdo-repository
3 Downloads
MatePHP - PDO Repository Pattern
matephp/laravel-repository
28 Downloads
MatePHP - Laravel Repository Pattern
madulinux/repository-pattern
4 Downloads
Repository Pattern for Laravel