Environment
Everything under Quiote\Support\Environment.
Classes
Section titled “Classes”| Class | Description |
|---|---|
Environment | Static facade over the process-wide environment reader, mirroring Clock and Randomness. |
SystemEnvironmentReader | The real environment: getenv() first, then $_ENV. |
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
EnvironmentReaderInterface | The one seam a direct getenv() call site on the request path is meant to go through instead, mirroring ClockInterface’s and RandomnessInterface’s role for time() and random_bytes(): production gets SystemEnvironmentReader, a replay engine swaps in a stub answering from a recorded effect ledger. |