systream/repository

1.5.0 2016-12-29 14:38 UTC

This package is not auto-updated.

Last update: 2024-04-24 23:41:11 UTC


README

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