secretary / aws-ssm-parameter-store-adapter
AWS SSM Parameter Store Adapter for Secretary
Package info
github.com/secretary/php-aws-ssm-parameter-store-adapter
pkg:composer/secretary/aws-ssm-parameter-store-adapter
4.4.0
2026-07-03 19:51 UTC
Requires
- php: ^8.2
- ext-json: *
- aws/aws-sdk-php: ^3.0
- secretary/core: 4.4.0
Requires (Dev)
- mockery/mockery: ^1.6.12
- phpunit/phpunit: ^10.5 || ^11.0
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
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.