PascalKleindienst / Laravel-Repository by PascalKleindienst

Laravel - Repositories to the database layer
210
0
2
Package Data
Maintainer Username: PascalKleindienst
Maintainer Contact: hello@pascalkleindienst.de (Pascal Kleindienst)
Package Create Date: 2015-09-28
Package Last Update: 2015-09-29
Language: PHP
License: MIT
Last Refreshed: 2024-04-10 03:04:50
Package Statistics
Total Downloads: 210
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Laravel-Repository

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