PHPackages                             somebdyelse/typo3-symfony-env-vars - 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. somebdyelse/typo3-symfony-env-vars

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

somebdyelse/typo3-symfony-env-vars
==================================

TYPO3 Extension that replaces the stock environment variable processor by Symfony's

v2.1.0(1y ago)12.5k↓20.5%2GPL-2.0-or-laterPHP

Since Jan 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/SomeBdyElse/typo3-symfony-env-vars)[ Packagist](https://packagist.org/packages/somebdyelse/typo3-symfony-env-vars)[ RSS](/packages/somebdyelse-typo3-symfony-env-vars/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Symfony Environment Variables
=============================

[](#symfony-environment-variables)

This package allows to use the [Symfony environment variable processor](https://symfony.com/doc/current/configuration/env_var_processors.html) in TYPO3 configuration files.

Sample usage
------------

[](#sample-usage)

```
# public/typo3conf/ext/mysite/Configuration/Services.yaml
parameters:
  default_host: www.example.com.test
  env(TYPO3_ENABLE_LANGUAGE_DE): true
  env(TYPO3_ENABLE_LANGUAGE_FR): false
```

```
# config/sites/mysite/config.yaml
base: 'https://%env(default:default_host:TYPO3_HOST)%/'
languages:
  -
    title: 'de'
    languageId: 1
    enabled: '%env(bool:TYPO3_ENABLE_LANGUAGE_DE)%'
    …
  -
    title: 'fr'
    languageId: 2
    enabled: '%env(bool:TYPO3_ENABLE_LANGUAGE_FR)%'
    …
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance40

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

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

Every ~383 days

Total

3

Last Release

499d ago

Major Versions

v1.0.0 → v2.0.02024-04-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/a30d9c62c201ac627ff600c568bfc68883a9131b9683d89351386297e85394f0?d=identicon)[SomeBdyElse](/maintainers/SomeBdyElse)

---

Top Contributors

[![SomeBdyElse](https://avatars.githubusercontent.com/u/243504?v=4)](https://github.com/SomeBdyElse "SomeBdyElse (4 commits)")[![wazum](https://avatars.githubusercontent.com/u/146727?v=4)](https://github.com/wazum "wazum (1 commits)")

### Embed Badge

![Health badge](/badges/somebdyelse-typo3-symfony-env-vars/health.svg)

```
[![Health](https://phpackages.com/badges/somebdyelse-typo3-symfony-env-vars/health.svg)](https://phpackages.com/packages/somebdyelse-typo3-symfony-env-vars)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1595.5k](/packages/eliashaeussler-typo3-form-consent)[xima/xima-typo3-frontend-edit

Frontend Edit - This extension provides an edit button for editors within frontend content elements.

1414.3k](/packages/xima-xima-typo3-frontend-edit)

PHPackages © 2026

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