chrisharrison/json-repository

v1.0 2017-12-01 13:21 UTC

This package is auto-updated.

Last update: 2024-03-29 03:20:40 UTC


README

Build Status

Implement simple repositories backed with JSON files. The flat JSON files can be persisted using a local filesystem or an abstract filesystem provided by Flysystem (e.g. Amazon S3).

This package is useful for providing a temporary persistence layer when developing repository interfaces.

Requirements

Requires PHP 7.1

Installation

composer require chrisharrison/json-repository