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.
Requires PHP 7.1
composer require chrisharrison/json-repository