pare/repository

Laravel - Repositories to the database layer

Maintainers

Package info

github.com/PascalKleindienst/Laravel-Repository

pkg:composer/pare/repository

Statistics

Installs: 212

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2015-09-29 08:43 UTC

This package is not auto-updated.

Last update: 2026-03-01 01:56:58 UTC


README

Laravel Repository is a package for Laravel 5 which is used to abstract the database layer with the Repository Pattern. As a result our applications are more flexible and much easier to maintain.

Latest Stable Version Build Status License Scrutinizer Code Quality

Installation

Run the following command from you terminal:

 composer require pare/repository