Skip to main content

Config Cheatsheet

Config — load individual config files

ConfigLoader — convenience wrapper for loading multiple configs

ConfigEntry — loaded config data

Dsn — parse DSN strings

Env — environment variable access

EnvTemplate — resolve $ placeholders in config data

BasePath — application root detection

ConfigKey — derive dot-notation keys from file paths

ConfigFileSet — ordered collection of config files

ConfigBootstrap — build nested config graph from a file set

ConfigCacheCompiler — compile config graph to a PHP cache file

ConfigValidator — validate config arrays

CanProvideConfig — interface for config providers