maocae/env

PHP Environment Manager

Maintainers

Details

github.com/maocae/env

Source

Issues

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/maocae/env

1.0.0 2024-02-18 19:37 UTC

This package is auto-updated.

Last update: 2025-12-18 23:19:37 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