secretary / local-json-file-adapter
JSON File Adapter for Secretary
Installs: 77 772
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- ext-json: *
- secretary/core: 3.0.4
Requires (Dev)
- mockery/mockery: ^1.4
- phpunit/phpunit: ^9.0 || ^10.0
README
JSON File Adapter for Secretary
Table of Contents
Installation
$ composer require secretary/core secretary/local-json-file-adapter
Secrets File Structure
[ { "key": "my-secret-key", "value": "some secret" }, { "key": "some-other-secret", "value": { "a": "b" }, "metadata": {"foo": "bar"} } ]