Download the PHP package g4mr/configs without Composer
On this page you can find all versions of the php package g4mr/configs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor g4mr
Package configs
Short Description Configuration loader class for loading different types of files into array data
License MIT
Package configs
Short Description Configuration loader class for loading different types of files into array data
License MIT
Please rate this library. Is it a good library?
Informations about the package configs
G4MR\Configs
This is a simple library which allows you to load config files as array data and accessing the data using dot-notation. I made this library to simplify the process of loading YAML config files with the ease of implementing your own config loader.
Composer
Install via composer using composer require g4mr/configs
Example 1
Example 2 - using the item object
Example 3 - Updating an item array
You can also do something like:
Custom Loader
Check the tests folder for examples on how to implement your own config loader.
All versions of configs with dependencies
PHP Build Version
Package Version
The package g4mr/configs contains the following files
Loading the files please wait ....