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
Requires (Dev)
- phpunit/phpunit: 4.5.0
This package is not auto-updated.
Last update: 2025-11-08 23:12:43 UTC
README
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");