pierresilva/laravel-repository

Reusable Laravel repository interface.
126 1
Install
composer require pierresilva/laravel-repository
Latest Version:5.3
PHP:>=5.6.4
License:MIT
Last Updated:Feb 12, 2017
Links: GitHub  ·  Packagist
Maintainer: pierresilva

Repository

Repository package allows the means to implement a standard boilerplate repository interface. This covers the standard Eloquent methods in a non-static, non-facade driven way right out of the box. Fear not though Batman! The Repository package does not limit you in any way when it comes to customizing (e.g overriding) the provided interface or adding your own methods.

Quick Installation

Begin by installing the package through Composer.

composer require pierresilva/laravel-repository

Related Packages

ablunier/laravel-database

Laravel database utilities package. Repository, cache, abstraction layer.

4,453 1
dannyweeks/laravel-base-repository

An abstract repository class for your Eloquent repositories that requires minima...

2,028 20
czim/laravel-repository

Repository for Laravel (inspired by and indebted to Bosnadev/Repositories)

114,624 52
torann/laravel-repository

Base repository implementation for Laravel

511,604 88