PHPackages                             indragunawan/laravel-env-handler - 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. indragunawan/laravel-env-handler

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

indragunawan/laravel-env-handler
================================

Laravel 5 artisan command to handling the environment configuration (.env)

v0.1.0(10y ago)6571MITPHPPHP &gt;=5.4.0

Since Jun 3Pushed 10y ago1 watchersCompare

[ Source](https://github.com/indragunawan/laravel-env-handler)[ Packagist](https://packagist.org/packages/indragunawan/laravel-env-handler)[ RSS](/packages/indragunawan-laravel-env-handler/feed)WikiDiscussions master Synced 1mo ago

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

Managing your Laravel 5 environment (.env)
==========================================

[](#managing-your-laravel-5-environment-env)

This package allows you to manage your ignored environment configuration when you are running a composer install / update or even manually call the command. It works when storing the .env.example file under the application root. Other keys are copied without change.

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

[](#installation)

Run the following command from your terminal:

```
composer require "indragunawan/laravel-env-handler: 0.*"
```

or add this to require section in your composer.json file:

```
{
   "require": {
       "indragunawan/laravel-env-handler": "0.*"
   }
}
```

run `composer update`

Then add Service provider to `config/app.php`

```
    'providers' => [
        // ...
        'IndraGunawan\LaravelEnvHandler\EnvHandlerServiceProvider'
    ]
```

Usage
-----

[](#usage)

via command line

```
$ php artisan env:update
```

### Options

[](#options)

```
$ php artisan env:update --force
```

execute the update even though there are no new environment parameters

Credits
-------

[](#credits)

This package is largely inspired by [this](https://github.com/Incenteev/ParameterHandler).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

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

4002d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/77af0a38bb05e9b1c6677da0d3d5ffa82e92870456ae6cea63eb5e83c14cc59c?d=identicon)[indragunawan](/maintainers/indragunawan)

---

Top Contributors

[![IndraGunawan](https://avatars.githubusercontent.com/u/2704730?v=4)](https://github.com/IndraGunawan "IndraGunawan (7 commits)")[![ck-developer](https://avatars.githubusercontent.com/u/6842518?v=4)](https://github.com/ck-developer "ck-developer (1 commits)")

---

Tags

laravellaravelconfigurationartisanenvironmentdotenv

### Embed Badge

![Health badge](/badges/indragunawan-laravel-env-handler/health.svg)

```
[![Health](https://phpackages.com/badges/indragunawan-laravel-env-handler/health.svg)](https://phpackages.com/packages/indragunawan-laravel-env-handler)
```

###  Alternatives

[msztorc/laravel-env

Laravel env helper commands

7855.4k](/packages/msztorc-laravel-env)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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