maocae/env

PHP Environment Manager

1.0.0 2024-02-18 19:37 UTC

This package is auto-updated.

Last update: 2024-09-18 20:54:28 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