christophlehmann / yaml-env-fallback
A YAML Processor providing fallback functionality for env variables for TYPO3
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/christophlehmann/yaml-env-fallback
Requires
- typo3/cms-core: ^11.5 || ^12.4
Suggests
This package is auto-updated.
Last update: 2025-10-16 13:40:12 UTC
README
This package provides an extended EnvVariableProcessor
for TYPO3 with the ability to define a fallback value.
Instead %env(DB_HOST)%
you now can use %env(DB_HOST, localhost)%
where localhost
is the fallback value.
It also works with helhum/typo3-config-handling
.
Installation
composer req christophlehmann/yaml-env-fallback
Configuration
Not needed.