chrisharrison / json-repository
v1.0
2017-12-01 13:21 UTC
Requires
- php: ^7.1
- danielgsims/php-collections: ^2.1
- league/flysystem: ^1.0
- phlib/encrypt: ^2.0
Requires (Dev)
- league/flysystem-memory: ^1.0
- mockery/mockery: ^0.9.7
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^3.1
This package is auto-updated.
Last update: 2024-10-29 04:42:11 UTC
README
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