pare/repository

Laravel - Repositories to the database layer

Installs: 212

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/pare/repository

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

This package is not auto-updated.

Last update: 2025-09-27 23:47:16 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