Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harborn-digital/env-var-loader-bundle
A Symfony 5 bundle with various environment variable loaders
https://github.com/harborn-digital/env-var-loader-bundle
Last synced: about 1 month ago
JSON representation
A Symfony 5 bundle with various environment variable loaders
- Host: GitHub
- URL: https://github.com/harborn-digital/env-var-loader-bundle
- Owner: Harborn-digital
- License: mit
- Created: 2020-04-21T12:39:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T12:18:26.000Z (over 4 years ago)
- Last Synced: 2023-08-21T08:59:20.179Z (over 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConnectHolland EnvVarLoaderBundle
A symfony 5 bundle with various environment variable loaders
## Install
```bash
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.
```yaml
env_var_loader:
loaders:
etcd:
enabled: true
vault:
enabled: false
```