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

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

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

Phpf Configuration package

0111PHP

Since May 19Pushed 12y ago1 watchersCompare

[ Source](https://github.com/phpf/Config)[ Packagist](https://packagist.org/packages/phpf/config)[ RSS](/packages/phpf-config/feed)WikiDiscussions master Synced 3w 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 13% 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)
```

###  Alternatives

[mistic100/randomcolor

Generate attractive random colors

2411.5M6](/packages/mistic100-randomcolor)[khill/php-duration

Converts between colon formatted time, human-readable time and seconds

1571.8M20](/packages/khill-php-duration)[staudenmeir/dusk-updater

Updater for Laravel Dusk ChromeDriver binaries

1242.4M1](/packages/staudenmeir-dusk-updater)[pragmarx/ia-arr

Laravel Illuminate Agnostic Arr

543.6M20](/packages/pragmarx-ia-arr)[timothyasp/nova-color-field

A Laravel Nova Color Picker field.

761.7M6](/packages/timothyasp-nova-color-field)[chrisguitarguy/request-id-bundle

Add request IDs to to your Symfony requests.

451.4M6](/packages/chrisguitarguy-request-id-bundle)

PHPackages © 2026

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