Skip to content

Implement repositories backed by flat JSON files. Useful for providing a temporary persistence layer when developing repository interfaces.

Notifications You must be signed in to change notification settings

chrisharrison/json-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-repository

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

About

Implement repositories backed by flat JSON files. Useful for providing a temporary persistence layer when developing repository interfaces.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages