PHPackages                             atournayre/dotenv-updater-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. atournayre/dotenv-updater-bundle

AbandonedSymfony-bundle

atournayre/dotenv-updater-bundle
================================

.env updater bundle for Symfony 4

0.0.0(5y ago)07MITPHPPHP &gt;=7.1.3

Since Apr 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/atournayre/dotenv-updater-bundle)[ Packagist](https://packagist.org/packages/atournayre/dotenv-updater-bundle)[ RSS](/packages/atournayre-dotenv-updater-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

.env updater bundle
===================

[](#env-updater-bundle)

The .env updater bundle helps managing .env.\*.php files.

---

Getting Started
---------------

[](#getting-started)

```
$ composer require atournayre/dotenv-updater-bundle

```

Configuring
-----------

[](#configuring)

Enable the bundle

```
# config/bundles.php
return [
    // ...
        Atournayre\DotEnvUpdaterBundle\AtournayreDotEnvUpdaterBundle::class => ['all' => true],
    // ...
];
```

Usage
-----

[](#usage)

Files .env.\*.php are only updated, not created.

### Update .env.local.php from .env

[](#update-envlocalphp-from-env)

```
$ php bin/console dotenv:update

```

#### Example : update .env.prod.php from .env

[](#example--update-envprodphp-from-env)

```
$ php bin/console dotenv:update .env.prod.php

```

### Debug

[](#debug)

Get list of variables and values defined in the .env.\*.php file.

```
$ php bin/console dotenv:update --debug

```

### Update specific variable in .env.local.php

[](#update-specific-variable-in-envlocalphp)

```
$ php bin/console dotenv:update:element

```

### Update specific variable in .env.\*.php

[](#update-specific-variable-in-envphp)

```
$ php bin/console dotenv:update:element

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

1861d ago

### Community

Maintainers

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

---

Top Contributors

[![atournayre](https://avatars.githubusercontent.com/u/4262077?v=4)](https://github.com/atournayre "atournayre (6 commits)")

---

Tags

php

### Embed Badge

![Health badge](/badges/atournayre-dotenv-updater-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/atournayre-dotenv-updater-bundle/health.svg)](https://phpackages.com/packages/atournayre-dotenv-updater-bundle)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[contao/manager-bundle

Provides the Contao Managed Edition

181.3M61](/packages/contao-manager-bundle)

PHPackages © 2026

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