Recommend this page to a friend! |
Classes of Stefan Kientzler | PHP Config Class from Files in JSON, INI, XML, YAML, NEON or Arrays | readme.md | Download |
|
DownloadRead and merge configuration files of different formatsNew in Version 1.1.0
OverviewThis package provides a general interface that grant access to configuration settings of different sources and/or formats. Following Formats are supported so far:
In addition, the package offers the possibility of merging several configurations from different sources and / or in different formats into one object, which can then be used by any module. There is thus the possibility of e.g. Merge global and local or general and user-specific configurations without the processing module having to know where what information comes from. A Usage
See ConfigExample.php For the format of the configuration files see the seeral examples comming with this package. History2021-01-05 Version 1.0.0
2021-08-01 Version 1.1.0
|