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

ActiveLibrary

atekushi/env
============

Environment Variable Manager

1.0.0(1y ago)00MITPHPPHP ^8.2

Since Jan 9Pushed 1y agoCompare

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

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

Simple Env Variable Manager
---------------------------

[](#simple-env-variable-manager)

### Installations:

[](#installations)

```
composer require atekushi/env
```

### How To Use:

[](#how-to-use)

- Load Environment File

```
use Atekushi\Env\Facades\Env;

Env::parser()->loadFromFile(__YOUR_ENV_FILE__);
```

- Add variable manually

```
add_env(__ENV_KEY__, __ENV_VALUE__);
```

- Get Variable Value

```
env(__ENV_KEY__);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance41

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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

492d ago

### Community

Maintainers

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

---

Top Contributors

[![endrika73](https://avatars.githubusercontent.com/u/191096805?v=4)](https://github.com/endrika73 "endrika73 (10 commits)")

### Embed Badge

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

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

PHPackages © 2026

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