PHPackages                             chronos/simpleconfig - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. chronos/simpleconfig

ActiveLibrary

chronos/simpleconfig
====================

Configuration library for PHP

1.0.0(11y ago)1411LGPLPHP

Since Mar 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/MaikelH/simpleconfig)[ Packagist](https://packagist.org/packages/chronos/simpleconfig)[ Docs](https://github.com/MaikelH/simpleconfig)[ RSS](/packages/chronos-simpleconfig/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

SimpleConfig
============

[](#simpleconfig)

[![Build Status](https://camo.githubusercontent.com/65cb99fbe753a593f06c5943a716f6b4965863aa6b803b30f16d901907112b17/68747470733a2f2f7472617669732d63692e6f72672f4d61696b656c482f73696d706c65636f6e6669672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/MaikelH/simpleconfig)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/36a150f446b3b8a19087a2fde840647573ea06bd7e9c5b2b56c109088cbcfe95/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4d61696b656c482f73696d706c65636f6e6669672f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/MaikelH/simpleconfig/?branch=master)

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
-----

[](#usage)

SimpleConfig can be installed via composer: [chronos/simpleconfig](https://packagist.org/packages/chronos/simpleconfig).

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

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

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4082d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a78b10824174e3a1fa3370c6e138a2c2159d3f29d9c25a763647415f4df4c512?d=identicon)[MaikelH](/maintainers/MaikelH)

---

Top Contributors

[![MaikelH](https://avatars.githubusercontent.com/u/2207042?v=4)](https://github.com/MaikelH "MaikelH (16 commits)")

---

Tags

configurationconfig

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chronos-simpleconfig/health.svg)

```
[![Health](https://phpackages.com/badges/chronos-simpleconfig/health.svg)](https://phpackages.com/packages/chronos-simpleconfig)
```

###  Alternatives

[symfony/options-resolver

Provides an improved replacement for the array\_replace PHP function

3.2k493.9M1.6k](/packages/symfony-options-resolver)[league/config

Define configuration arrays with strict schemas and access values with dot notation

564302.2M24](/packages/league-config)[hassankhan/config

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

97513.5M170](/packages/hassankhan-config)[dflydev/dot-access-configuration

Given a deep data structure representing a configuration, access configuration by dot notation.

13414.5M4](/packages/dflydev-dot-access-configuration)[dmishh/settings-bundle

Database centric Symfony configuration management. Global and per-user settings supported.

115254.9k1](/packages/dmishh-settings-bundle)[sandrokeil/interop-config

Provides interfaces and a concrete implementation to create instances depending on configuration via factory classes and ensures a valid config structure. It can also be used to auto discover factories and to create configuration files.

58446.7k34](/packages/sandrokeil-interop-config)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
