chronos/simpleconfig

Configuration library for PHP

Installs: 411

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/chronos/simpleconfig

1.0.0 2015-03-15 23:51 UTC

This package is not auto-updated.

Last update: 2025-11-08 23:12:43 UTC


README

Build StatusScrutinizer Code Quality

SimpleConfig is a configuration library for PHP. Has support for single or multiple file configurations. Aims to be a simple library for basic configuration needs.

Usage

SimpleConfig can be installed via composer: chronos/simpleconfig.

$config = new FileConfig("Path/to/file");

$value = $config->get("app.host");