Libraries tagged by php repository pattern
mitul456/laravel-repository-service
14 Downloads
A Laravel package to generate repository and service layers using artisan commands
bigsinoos/laravel-repository-response
9 Downloads
Solution to PHP repository class method responses, Helps to implement true Repository pattern.
atrakeur/repository
305 Downloads
A implementation of the repository pattern for laravel that decouple Eloquent models using standart php objects
ipunkt/laravel-repositories
2269 Downloads
Base repository implementation for laravel
waad/laravel-generate-repository-api
63 Downloads
package to generate repository design pattern with all accessories
chr15k/laravel-repository
19 Downloads
Repository Layer design pattern for Laravel
mehedi250/laravel-structure-kit
28 Downloads
Laravel scaffolding package with a browser UI and Artisan command — generates Model, Controller, Migration, Service Pattern (interface + implementation), and Repository Pattern (interface + implementation) with correct namespaces.
tgalfa/reposervice
233 Downloads
Generate repository, service and interface files for Repository-Service Pattern.
larachimp/mango-repo
7162 Downloads
Simple repository package for Laravel 5.
hibit-dev/criteria
108 Downloads
A comprehensive package for managing criteria pattern in PHP projects, streamlining data filtering, sorting, and pagination with ease.
guillermoandrae/php-repository
613 Downloads
A PHP library that implements the Repository pattern.
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.
portable-content/portable-content-php
62 Downloads
PHP implementation of portable content system - Mutable Architecture with AbstractBlock v0.4.0
dev-danno/laravel-repository-pattern
12 Downloads
Repository pattern implementation with simple commands in your Laravel application.
awema-pl/module-repository
63 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.