PHPackages                             countxvat/aws-secrets-bundle - 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. countxvat/aws-secrets-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

countxvat/aws-secrets-bundle
============================

Loads ENV vars from AWS Secrets Manager

1.2.0(2y ago)014.9k↓27.9%1[1 PRs](https://github.com/countxvat/aws-secrets-bundle/pulls)MITPHPPHP &gt;=7.1

Since Oct 2Pushed 1mo agoCompare

[ Source](https://github.com/countxvat/aws-secrets-bundle)[ Packagist](https://packagist.org/packages/countxvat/aws-secrets-bundle)[ RSS](/packages/countxvat-aws-secrets-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (8)Versions (3)Used By (0)

AWS Secrets Bundle
==================

[](#aws-secrets-bundle)

Easy loading of AWS Secrets Manager Secrets for Symfony

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

[](#installation)

```
$ composer require countxvat/aws-secrets-bundle

```

Configuration
-------------

[](#configuration)

```
aws_secrets:
  client_config:
    region:           # required if ignore is false
    version: 'latest' # defaults to latest
    credentials:
        key: ~
        secret: ~
  cache: 'array'      # one of apcu, array, filesystem, default is array
  delimiter: ','      # delimiter to separate key from secret name
  ignore: false       # pass through aws (for local dev environments set to true)
```

Usage
-----

[](#usage)

Set an env var to an AWS Secret Manager Secret name like so:

```
AWS_SECRET=secret_name

```

If you want to grab a key in a JSON secret, you can seperate the secret name and key:

```
AWS_SECRET=secret_name,key

```

Set a parameter to this environment variable with the aws processor:

```
parameters:
    my_parameter: '%env(aws:AWS_SECRET)%'
```

Your secret will now be loaded at runtime!

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance59

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

960d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/803745cd5159b514d8dcaf6de5ed4f316ac293f0a521d25325a425bde9d3ab5c?d=identicon)[zviryatko](/maintainers/zviryatko)

---

Top Contributors

[![zviryatko](https://avatars.githubusercontent.com/u/1087411?v=4)](https://github.com/zviryatko "zviryatko (2 commits)")

---

Tags

symfonyawsenvsecrets-manager

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/countxvat-aws-secrets-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/countxvat-aws-secrets-bundle/health.svg)](https://phpackages.com/packages/countxvat-aws-secrets-bundle)
```

###  Alternatives

[aws/aws-sdk-php-symfony

A Symfony bundle for v3 of the AWS SDK for PHP

36517.7M22](/packages/aws-aws-sdk-php-symfony)[pentatrion/vite-bundle

Vite integration for your Symfony app

2755.3M13](/packages/pentatrion-vite-bundle)[bref/symfony-bridge

Makes Symfony work on AWS Lambda with Bref

491.7M5](/packages/bref-symfony-bridge)[async-aws/async-aws-bundle

Configure all your AsyncAws services and enjoy the autowire greatness.

243.6M2](/packages/async-aws-async-aws-bundle)[pugx/autocompleter-bundle

Add an autocomplete type to forms

93861.6k3](/packages/pugx-autocompleter-bundle)[constup/aws-secrets-bundle

Use AWS Secrets as service container parameters in Symfony.

11202.6k](/packages/constup-aws-secrets-bundle)

PHPackages © 2026

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