PHPackages                             aubry/env-vars-debug-bundle - 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. aubry/env-vars-debug-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aubry/env-vars-debug-bundle
===========================

Symfony bundle to list all the environment variables used in parameter definitions

v1.1.1(7y ago)1796PHPPHP ^7.1

Since Jul 27Pushed 7y agoCompare

[ Source](https://github.com/aubryfr/debug-env-vars-bundle)[ Packagist](https://packagist.org/packages/aubry/env-vars-debug-bundle)[ RSS](/packages/aubry-env-vars-debug-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

debug-env-vars-bundle
=====================

[](#debug-env-vars-bundle)

Symfony bundle to list all the environment variables used in parameter definitions.

Any referenced environment variable will be listed :

- unless it contains a transformer different to the following : "int", "string", "bool"
- as mandatory unless an "env(\*)" parameter is defined (see example)

Installation
------------

[](#installation)

```
composer require aubry/env-vars-debug-bundle
```

Register the bundle, in **dev** mode only :

```
$bundles[] = new Aubry\EnvVarsDebug\Bundle\EnvVarsDebugBundle();
```

Usage
-----

[](#usage)

```
bin/console aubry:debug:env-vars
```

Example
-------

[](#example)

For the given parameters (YAML) definition :

```
parameters:
    param1: "%env(ENV_VAR_1)%"
    param2: "%env(int:ENV_VAR_2)%"
    env(ENV_VAR_3): "default value"
    param3: "%env(ENV_VAR_3)%"
```

the console command will output the following result :

```
 Variable                     Mandatory    Type
---------------------------  -----------  ------
 ENV_VAR_1                    true         string
 ENV_VAR_2                    true         int
 ENV_VAR_3                    false        string

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

3

Last Release

2896d ago

PHP version history (2 changes)v1.0.0PHP ^7.2

v1.1.1PHP ^7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2647490?v=4)[Aubry](/maintainers/aubryfr)[@aubryfr](https://github.com/aubryfr)

---

Top Contributors

[![aubryfr](https://avatars.githubusercontent.com/u/2647490?v=4)](https://github.com/aubryfr "aubryfr (5 commits)")

### Embed Badge

![Health badge](/badges/aubry-env-vars-debug-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/aubry-env-vars-debug-bundle/health.svg)](https://phpackages.com/packages/aubry-env-vars-debug-bundle)
```

###  Alternatives

[shopware/storefront

Storefront for Shopware

684.6M217](/packages/shopware-storefront)[friendsoftypo3/content-blocks

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

103519.9k45](/packages/friendsoftypo3-content-blocks)[symfony/ai-bundle

Integration bundle for Symfony AI components

32642.2k21](/packages/symfony-ai-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11241.1k1](/packages/ecotone-symfony-bundle)

PHPackages © 2026

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