PHPackages                             nerd-components/config - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nerd-components/config

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nerd-components/config
======================

Simple stateless configuration manager

v0.1.2(9y ago)067MITPHP

Since Sep 30Pushed 9y agoCompare

[ Source](https://github.com/nerd-components/config)[ Packagist](https://packagist.org/packages/nerd-components/config)[ RSS](/packages/nerd-components-config/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Config
======

[](#config)

[![Build Status](https://camo.githubusercontent.com/156fdc89b987ff1d31b9b8d0d43b619e76efc83760cbdc569100606a6e25d43d/68747470733a2f2f7472617669732d63692e6f72672f6e6572642d636f6d706f6e656e74732f636f6e6669672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/nerd-components/config)[![Coverage Status](https://camo.githubusercontent.com/5c6b366760d1563ead41d7c51dce6ebcc3579a9c8c0978be5cb4f94de01aa415/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6e6572642d636f6d706f6e656e74732f636f6e6669672f62616467652e737667)](https://coveralls.io/github/nerd-components/config)[![StyleCI](https://camo.githubusercontent.com/2d4533fb507c0cab42496a6aa612507ad8187db37c12e1f2c9c84a84291d12f4/68747470733a2f2f7374796c6563692e696f2f7265706f732f36393534313438392f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/69541489)

Simple stateless configuration manager

Formats
-------

[](#formats)

Supported formats: `PHP`, `JSON` and `INI`.

Usage
-----

[](#usage)

```
use Kote\Config;

$config = Config\getConfig("/path/to/config", Config\Formats\JSON);

$someKey = Config\getValue($config, "config1.someKey", defaultValue);
$key = Config\getValue($config, "other.key");
$token = Config\getValue($config, "app.token");
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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

Every ~4 days

Total

3

Last Release

3551d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b15606ac61bb3a0a0c37f0634e950a5168f617fac716edc2eb83392a14b2e89?d=identicon)[pldin601](/maintainers/pldin601)

---

Top Contributors

[![pyldin601](https://avatars.githubusercontent.com/u/8050895?v=4)](https://github.com/pyldin601 "pyldin601 (3 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/nerd-components-config/health.svg)

```
[![Health](https://phpackages.com/badges/nerd-components-config/health.svg)](https://phpackages.com/packages/nerd-components-config)
```

PHPackages © 2026

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