ntentan / config
Configurations manager for ntentan
Installs: 3 867
Dependents: 7
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ntentan/config
Requires (Dev)
- phpunit/phpunit: @stable
README
Provides a central service through which components of an application can manage their configurations. Config can read single files and can also read entire directories. When reading directories, config compresses the entire tree into a single key-value associative array with the directory structure compressed into dot-separated keys.