secretary / local-json-file-adapter
JSON File Adapter for Secretary
Installs: 91 061
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/secretary/local-json-file-adapter
Requires
- php: ^8.2
- ext-json: *
- secretary/core: 4.2.0
Requires (Dev)
- mockery/mockery: ^1.6.12
- phpunit/phpunit: ^10.5 || ^11.0
This package is auto-updated.
Last update: 2026-01-21 22:12:27 UTC
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"}
}
]