Download the PHP package simplon/config without Composer
On this page you can find all versions of the php package simplon/config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download simplon/config
More information about simplon/config
Files in simplon/config
Download simplon/config
More information about simplon/config
Files in simplon/config
Vendor simplon
Package config
Short Description Simple Config Reader
License MIT
Homepage https://github.com/fightbulc/simplon_config
Package config
Short Description Simple Config Reader
License MIT
Homepage https://github.com/fightbulc/simplon_config
Please rate this library. Is it a good library?
Informations about the package config
_ _ __ _ ___(_)_ __ ___ _ __ | | ___ _ __ ___ ___ _ __ / _(_) __ _ / __| | '_ ` _ \| '_ \| |/ _ \| '_ \ / __/ _ \| '_ \| |_| |/ _` | \__ \ | | | | | | |_) | | (_) | | | | | (_| (_) | | | | _| | (_| | |___/_|_| |_| |_| .__/|_|\___/|_| |_| \___\___/|_| |_|_| |_|\__, | |_| |___/
Simplon Config
Its a simple config file reader which handles namespaced config arrays.
Config file example
Get data from your config file
To safe resources we access the config class via singleton pattern . By passing the config file path we inform the class which file we want to read. Now, in order to fetch an actual value we pass an existing config array index as array to . As a result we would receive all values which are within the array index of :
Multiple array elements will be chained together. According to that the following example will only return the string value for :
All versions of config with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package simplon/config contains the following files
Loading the files please wait ....