secretary/aws-ssm-parameter-store-adapter

AWS SSM Parameter Store Adapter for Secretary

Maintainers

Package info

github.com/secretary/php-aws-ssm-parameter-store-adapter

pkg:composer/secretary/aws-ssm-parameter-store-adapter

Transparency log

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

4.4.0 2026-07-03 19:51 UTC

This package is auto-updated.

Last update: 2026-07-03 19:54:09 UTC


README

AWS SSM Parameter Store Adapter for Secretary

Table of Contents

  1. Installation
  2. Options

Installation

$ composer require secretary/core secretary/aws-ssm-parameter-store-adapter

Options

Client options (the config passed to the constructor) match the AWS PHP SDK client options.

Secrets are written as SecureString parameters by default. Pass Type => 'String' (or a custom KeyId) through the put options to change that.