/repository

For saveing models with repository pattern.

Primary LanguagePHPMIT LicenseMIT

Repository

For saving models with repository pattern.

Installation

You can install this package via packagist.org with composer.

composer require systream/repository

composer.json:

"require": {
    "systream/repository": "1.*"
}

This library requires php 5.6 or higher, but also works on php 5.4.

Test

Build Status