Skip to content

Environment

Everything under Quiote\Support\Environment.

ClassDescription
EnvironmentStatic facade over the process-wide environment reader, mirroring Clock and Randomness.
SystemEnvironmentReaderThe real environment: getenv() first, then $_ENV.
InterfaceDescription
EnvironmentReaderInterfaceThe 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.