Libraries tagged by RepositoryPattern
guardian360/repository
18557 Downloads
Repository pattern used to abstract the database layer.
elegantmedia/laravel-simple-repository
13203 Downloads
Lightweight Repository pattern for Laravel 13+ projects with strict typing and modern PHP features.
eghamat24/database-repository
1861 Downloads
Repository Pattern
awes-io/repository
105406 Downloads
Implementation of repository pattern for Laravel. 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.
andydefer/laravel-repository
1472 Downloads
A lightweight, type-safe repository pattern implementation for Laravel
cariuk/laravel-repository-pattern
987 Downloads
A flexible and powerful Laravel package implementing the Repository Pattern with SOLID principles, featuring auto-detection, dependency injection, CRUD operations, filtering, sorting, pagination, and soft deletes support.
salmanzafar/laravel-repository-pattern
3331 Downloads
Implement repository pattern with a single command
sajadsdi/laravel-repository
70 Downloads
Advanced Tools to use repository pattern for laravel eloquent models.
rupeshstha/core-foundation
47 Downloads
A foundational package for streamlined development, offering essential core functionality and components to accelerate project creation and enhance scalability.
razenry/zen-php
87 Downloads
A lightweight, modern, and reactive MVC framework for PHP with Service-Repository pattern and Zen Pulse
nawasara/sync
241 Downloads
Foundation for the DB-cache + queue pattern shared across Nawasara service packages (WHM, Cloudflare, Keycloak, etc.) — sync job tracker, repository contract, snapshot trait, and audit UI.
jardissupport/repository
33 Downloads
Repository pattern for PHP — generic CRUD with raw-data access, read/write splitting, and pluggable primary-key strategies; the persistence layer Jardis-generated repositories build on
clean/repository
48710 Downloads
arafatdev/laravel-repository
80 Downloads
Laravel Repository Pattern package with built-in Artisan commands. Easily create repositories, follow clean architecture, and simplify database interactions.
soukar/larepo
177 Downloads
Laravel Repository Pattern Generator