maocae/env

PHP Environment Manager

Maintainers

Package info

github.com/maocae/env

pkg:composer/maocae/env

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2024-02-18 19:37 UTC

This package is auto-updated.

Last update: 2026-04-19 00:13:09 UTC


README

Functional Requirements

  1. Load environment value
    • I need to load system environment data
    • I need to load the environment file and load the content
    • I need to translate the file content into environment variable
    • I need to store the data into the manager
  2. Update environment value
    • I need to modify the variable value on runtime so i can keep it updated
  3. Get environment value from manager
    • I need to get the environment value from the manager
    • I need to set a fallback value if the value is not provided