Skip to content

A Symfony 5 bundle with various environment variable loaders

License

Notifications You must be signed in to change notification settings

Harborn-digital/env-var-loader-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConnectHolland EnvVarLoaderBundle

A symfony 5 bundle with various environment variable loaders

Install

composer require connectholland/env-var-loader-bundle

Configure

An example configuration is installed by symfony recipes in config/packages/env_var_loader.yaml.

Enable the loaders you need, by default all loaders are disabled.

env_var_loader:
  loaders:
    etcd:
      enabled: true
    vault:
      enabled: false

About

A Symfony 5 bundle with various environment variable loaders

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages