Skip to content

secretary/php-json-file-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Secretary - JSON File Adapter

JSON File Adapter for Secretary

Table of Contents

  1. Installation
  2. Secret Structure

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"}
    }
]

About

[READ-ONLY] JSON File Adapter for Secretary

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages