Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

7 Commits

Repository files navigation

NFSimpleConfig

A very simple configuration library that loads a list of files that each return an array and merges them together.

Installation

Using Composer:

{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/nineteenfeet/NFSimpleConfig"
}
],
"require": {
"nineteenfeet/nf-simple-config": "1.*",
}
}

Alternatively, install manually.

Usage

$config = \NFSimpleConfig\Config::loadConfig(array(
'path/to/config/config.php',
'path/to/config/local.php',
));

About

A very simple configuration library.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors