2017 © Pedro Peláez
 

library json-repository

image

chrisharrison/json-repository

  • Friday, December 1, 2017
  • by chrisharrison
  • Repository
  • 1 Watchers
  • 0 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 21 % Grown

The README.md

json-repository

Build Status, (*1)

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)., (*2)

This package is useful for providing a temporary persistence layer when developing repository interfaces., (*3)

Requirements

Requires PHP 7.1, (*4)

Installation

composer require chrisharrison/json-repository, (*5)

The Versions