secretary / local-json-file-adapter
JSON File Adapter for Secretary
Installs: 89 359
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.0
- ext-json: *
- secretary/core: 3.0.6
Requires (Dev)
- mockery/mockery: ^1.4
- phpunit/phpunit: ^9.0 || ^10.0
This package is auto-updated.
Last update: 2025-10-05 22:12:06 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"}
}
]