PHPackages                             artarts36/env-editor - 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. artarts36/env-editor

ActiveLibrary

artarts36/env-editor
====================

Env Editor

1.2.3(4y ago)0921MITPHP

Since Aug 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ArtARTs36/EnvEditor)[ Packagist](https://packagist.org/packages/artarts36/env-editor)[ RSS](/packages/artarts36-env-editor/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (4)Versions (13)Used By (1)

EnvEditor
---------

[](#enveditor)

[![PHP Composer](https://github.com/ArtARTs36/EnvEditor/workflows/Testing/badge.svg?branch=master)](https://github.com/ArtARTs36/EnvEditor/workflows/Testing/badge.svg?branch=master)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)[![Total Downloads](https://camo.githubusercontent.com/60ac5d72147a79c9c41ae2b1d657eefd322b043d46961f11ce3b4b8d5c46232f/68747470733a2f2f706f7365722e707567782e6f72672f6172746172747333362f656e762d656469746f722f642f746f74616c2e737667)](https://poser.pugx.org/artarts36/env-editor/d/total.svg)

---

### Installation:

[](#installation)

`composer require artarts36/env-editor`

### Examples:

[](#examples)

```
use ArtARTs36\EnvEditor\Editor;

$env = Editor::load('.env')
    ->set('APP_NAME', 'Test APP')
    ->set('APP_ENV', 'local');

$env->save();
// or
Editor::save($env);

var_dump($env->get('APP_NAME'));
var_dump($env->get('APP_ENV'));
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

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 ~53 days

Recently: every ~26 days

Total

10

Last Release

1610d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8027278?v=4)[Artem Ukrainskii](/maintainers/ArtARTs36)[@ArtARTs36](https://github.com/ArtARTs36)

---

Top Contributors

[![ArtARTs36](https://avatars.githubusercontent.com/u/8027278?v=4)](https://github.com/ArtARTs36 "ArtARTs36 (15 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/artarts36-env-editor/health.svg)

```
[![Health](https://phpackages.com/badges/artarts36-env-editor/health.svg)](https://phpackages.com/packages/artarts36-env-editor)
```

###  Alternatives

[pimcore/search-query-parser

Parses a simplified SQL-like query string into a syntax tree which can be used to build search queries

14530.4k1](/packages/pimcore-search-query-parser)

PHPackages © 2026

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