PHPackages                             pmg/cred-commands - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. pmg/cred-commands

AbandonedArchivedLibrary

pmg/cred-commands
=================

Symfony console commands to interact with the AWS SSM Paramter Store

v2.0.0(4y ago)126.0k[1 issues](https://github.com/AgencyPMG/cred-commands/issues)MITPHPPHP ^8.0

Since Jan 9Pushed 3y ago18 watchersCompare

[ Source](https://github.com/AgencyPMG/cred-commands)[ Packagist](https://packagist.org/packages/pmg/cred-commands)[ RSS](/packages/pmg-cred-commands/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (7)Used By (0)

Deprecated!
===========

[](#deprecated)

This library came into existence to help manage secrets in AWS's ECS as described [here](https://chrisguitarguy.com/2017/12/23/secrets-in-dockerized-applications/).

This was before ECS had support for [secrets](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data.html)and now that it does, PMG no longer uses these commands.

pmg/cred-commands
=================

[](#pmgcred-commands)

These are a set of symfony console commands that interact with the [AWS SSM Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-paramstore.html).

The goal here is to provide an easy way to fetch credentials into memory (environment variabls) on application boot. See [this blog post](https://chrisguitarguy.com/2017/12/23/secrets-in-dockerized-applications/)for some details on why one might want to do this.

Installation
------------

[](#installation)

```
composer require pmg/cred-commands

```

Usage
-----

[](#usage)

### Using the Built In Application

[](#using-the-built-in-application)

```
#!/usr/bin/env php
