PHPackages                             keboola/aws-parameter-filler - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. keboola/aws-parameter-filler

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

keboola/aws-parameter-filler
============================

Fills parameters from AWS SSM into an .env file

0.3.0(5y ago)010.4kMITPHPPHP &gt;=7.1

Since Aug 20Pushed 3y ago15 watchersCompare

[ Source](https://github.com/keboola/aws-parameter-filler)[ Packagist](https://packagist.org/packages/keboola/aws-parameter-filler)[ RSS](/packages/keboola-aws-parameter-filler/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (9)Versions (10)Used By (0)

AWS Parameters filler
=====================

[](#aws-parameters-filler)

[![Build Status](https://camo.githubusercontent.com/0749576308be037ffaf0e7640a67fbb14690ff69d110c15d8bd6fd1d55b7026d/68747470733a2f2f7472617669732d63692e636f6d2f6b65626f6f6c612f6177732d706172616d657465722d66696c6c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/keboola/aws-parameter-filler)

Fetches parameters from [AWS SSM](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-paramstore.html) from a given parameter namespace (prefix) and region. Stores the parameters as an .env file.

Usage
=====

[](#usage)

The executable takes thee parmeters:

- destination file
- parameter namespace (starts and ends with slash)
- AWS region

Example:

```
aws-parameter-filler .env /company/my-application/ us-east-1

```

AWS credentials with `GetParametersByPath` and `GetParameter` permissons must be available in any of the [standard ways](https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_credentials.html).

Development
-----------

[](#development)

Clone this repository and init the workspace with following command:

```
git clone https://github.com/keboola/aws-parameter-filler
cd aws-parameter-filler
docker-compose build

```

Use `test-cf-stack.json` to create a testing stack. Create an access key for the generated user. Also [manually create](https://console.aws.amazon.com/systems-manager/parameters/create) SecureString parameter, which cannot be created with cloudformation template:

```
Name: /keboola/$STACKNAME/aws-parameter-filler/six
Value: SuperSecretValue
Type: SecureString
Description: Parameter filler test - Encrypted parameter

```

Set the following environment variables (or use `.env.template`):

- `AWS_ACCESS_KEY_ID` - From the created access key.
- `AWS_SECRET_ACCESS_KEY` - From the created acces key.
- `TEST_NAMESPACE` - The value of the `Namespace` stack output.
- `TEST_REGION` - The value of the `Region` stack output.

Run the test suite using this command:

```
docker-compose run

```

Composer Integration
====================

[](#composer-integration)

The utility is usable with composer. Add the library to your project by running:

```
composer require keboola/aws-parameter-filler

```

Then add the following to your `composer.json`:

```
"scripts": {
	"get-parameters": "aws-parameter-filler .env /my-stack/ us-east-1"
}

```

Running `composer get-parameters` will then download parameters with the specified namespace and store them in `.env` file of the application root. Environment variables may also be used:

```
"scripts": {
	"get-parameters": "aws-parameter-filler .env /keboola/$KEBOOLA_STACK/runner-sync-api/ $KEBOOLA_STACK_REGION"
}

```

License
-------

[](#license)

MIT licensed, see [LICENSE](./LICENSE) file.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~93 days

Recently: every ~159 days

Total

8

Last Release

2168d ago

PHP version history (3 changes)0.1.0PHP ^7.2

0.2.2PHP ^7.1

0.3.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/101dbf2551a0709ddab522f97669f13a2c4cc2d0a1e8d009f3af6ba80accb1a9?d=identicon)[Keboola](/maintainers/Keboola)

---

Top Contributors

[![odinuv](https://avatars.githubusercontent.com/u/4319320?v=4)](https://github.com/odinuv "odinuv (25 commits)")[![tomasfejfar](https://avatars.githubusercontent.com/u/642928?v=4)](https://github.com/tomasfejfar "tomasfejfar (4 commits)")[![Halama](https://avatars.githubusercontent.com/u/903531?v=4)](https://github.com/Halama "Halama (3 commits)")[![ujovlado](https://avatars.githubusercontent.com/u/419849?v=4)](https://github.com/ujovlado "ujovlado (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/keboola-aws-parameter-filler/health.svg)

```
[![Health](https://phpackages.com/badges/keboola-aws-parameter-filler/health.svg)](https://phpackages.com/packages/keboola-aws-parameter-filler)
```

###  Alternatives

[napp/xray-laravel

AWS X-Ray for Laravel applications.

61407.3k](/packages/napp-xray-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
