https://github.com/chrisharrison/json-repository
Implement repositories backed by flat JSON files. Useful for providing a temporary persistence layer when developing repository interfaces.
https://github.com/chrisharrison/json-repository
Last synced: 9 months ago
JSON representation
Implement repositories backed by flat JSON files. Useful for providing a temporary persistence layer when developing repository interfaces.
- Host: GitHub
- URL: https://github.com/chrisharrison/json-repository
- Owner: chrisharrison
- Created: 2017-07-19T12:37:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T13:30:11.000Z (over 8 years ago)
- Last Synced: 2025-05-22T07:55:30.000Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# json-repository
[](https://travis-ci.org/chrisharrison/json-repository)
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](https://github.com/thephpleague/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`