PHPackages                             nouvu/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. nouvu/config

ActiveLibrary

nouvu/config
============

Config PHP 8.0

v4.2.2(3y ago)01344Apache-2.0PHPPHP &gt;=8.0

Since Jul 17Pushed 3y agoCompare

[ Source](https://github.com/MouseZver/ConfigPHP)[ Packagist](https://packagist.org/packages/nouvu/config)[ Docs](https://github.com/MouseZver/ConfigPHP)[ RSS](/packages/nouvu-config/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (7)DependenciesVersions (9)Used By (4)

[![Latest Unstable Version](https://camo.githubusercontent.com/857b686430f30766b6bb7574915f04e1fb61db33fe110a36e5319971fdd6dc53/68747470733a2f2f706f7365722e707567782e6f72672f4e6f7576752f636f6e6669672f76)](https://packagist.org/packages/nouvu/config) [![License](https://camo.githubusercontent.com/9da5f2b9b0d5b64d84541d01af56951e96d95f9eb22a387b866a22b05c58c522/68747470733a2f2f706f7365722e707567782e6f72672f6e6f7576752f636f6e6669672f6c6963656e7365)](https://packagist.org/packages/nouvu/config)

> composer require nouvu/config

MethodDescriptionset( string | int | null $offset, mixed $value ): voidset valuesadd( string | int | null $offset, array $value, bool $before = false ): voidadd valuesget( string | int | null $offset, mixed $default = null ): mixedget value(s)has( string | int $offset ): boolhas offset```
// [ 'nouvu/config' ]
$config = new \Nouvu\Config\Config( config: [ 'nouvu/config' ], separator: '.' );

// [ 'nouvu/config', 'Nouvu\\Config\\Config' ]
$config -> set( null, [ $config :: class ] );

// [ 'nouvu/config', 'Nouvu\\Config\\Config', 'a' => 'b' ]
$config -> add( null, [ 'a' => 'b' ] );

$config -> get( 'a' ); // b
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

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

Every ~99 days

Recently: every ~90 days

Total

8

Last Release

1435d ago

Major Versions

v3.1.2 → v4.0.02021-06-17

PHP version history (2 changes)v3.1PHP &gt;=7.4

v4.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/101aadda0f8f67a3fe83cd805856f28aa317c8591667758d30e67ba1ef6ea53c?d=identicon)[MouseZver](/maintainers/MouseZver)

---

Top Contributors

[![MouseZver](https://avatars.githubusercontent.com/u/28458679?v=4)](https://github.com/MouseZver "MouseZver (20 commits)")

---

Tags

configphp 8.0

### Embed Badge

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

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

###  Alternatives

[symfony/options-resolver

Provides an improved replacement for the array\_replace PHP function

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

📐 Nette Schema: validating data structures against a given Schema.

1.0k336.4M125](/packages/nette-schema)[league/config

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

564302.2M24](/packages/league-config)

PHPackages © 2026

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