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

ActiveLibrary

phpf/config
===========

Phpf Configuration package

0111PHP

Since May 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/phpf/Config)[ Packagist](https://packagist.org/packages/phpf/config)[ RSS](/packages/phpf-config/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Components-Config
=================

[](#components-config)

General use configuration classes

\###Requirements

- `Wells\Util`

\##Basic Usage

Use dot-notation to set and get settings in nested arrays.

```
$config = new Wells\Config\Object;
$config->set('use.template.views', true);
```

The above will be stored like:

```
"use" => array(
    "template" => array(
        "views" => true
    ),
);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b5b7d38d1408fa7abf81c2650415faa6d135c0725b5a25c5e52aefeac03c455?d=identicon)[wells5609](/maintainers/wells5609)

---

Top Contributors

[![wells5609](https://avatars.githubusercontent.com/u/4088444?v=4)](https://github.com/wells5609 "wells5609 (19 commits)")

### Embed Badge

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

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

PHPackages © 2026

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