Download the PHP package countxvat/aws-secrets-bundle without Composer
On this page you can find all versions of the php package countxvat/aws-secrets-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download countxvat/aws-secrets-bundle
More information about countxvat/aws-secrets-bundle
Files in countxvat/aws-secrets-bundle
Download countxvat/aws-secrets-bundle
More information about countxvat/aws-secrets-bundle
Files in countxvat/aws-secrets-bundle
Vendor countxvat
Package aws-secrets-bundle
Short Description Loads ENV vars from AWS Secrets Manager
License MIT
Package aws-secrets-bundle
Short Description Loads ENV vars from AWS Secrets Manager
License MIT
Please rate this library. Is it a good library?
Informations about the package aws-secrets-bundle
AWS Secrets Bundle
Easy loading of AWS Secrets Manager Secrets for Symfony
Installation
$ composer require countxvat/aws-secrets-bundle
Configuration
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:
Your secret will now be loaded at runtime!
All versions of aws-secrets-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
ext-json Version *
aws/aws-sdk-php Version ^3.62
symfony/dependency-injection Version ^3.4 | ^4.0 | ^5.0
ext-json Version *
aws/aws-sdk-php Version ^3.62
symfony/dependency-injection Version ^3.4 | ^4.0 | ^5.0
The package countxvat/aws-secrets-bundle contains the following files
Loading the files please wait ....