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

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

dframe/config
=============

Config component Dframe

v4.2.0(3y ago)0154MITPHPPHP &gt;=7.3

Since Aug 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dframe/config)[ Packagist](https://packagist.org/packages/dframe/config)[ Docs](https://dframeframework.com/en/docs/dframe/master/config/overview)[ RSS](/packages/dframe-config/feed)WikiDiscussions v4.1 Synced 1w ago

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

Dframe/Config - Component
=========================

[](#dframeconfig---component)

[![Build Status](https://camo.githubusercontent.com/8274c4db8822fc97cc80a50d2568fb8bb6a51b5f0f71d9bf983b8d3c69c833bf/68747470733a2f2f7472617669732d63692e6f72672f646672616d652f636f6e6669672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dframe/config) [![Latest Stable Version](https://camo.githubusercontent.com/62c90785fc525433a3b54c83dbe2c45b6ca84461c098162cf010b57a7dbb63e5/68747470733a2f2f706f7365722e707567782e6f72672f646672616d652f636f6e6669672f762f737461626c65)](https://packagist.org/packages/dframe/config) [![Total Downloads](https://camo.githubusercontent.com/bc19f26ca51772a392d01ebb5fd90586f988f103ee58c4cbf1be47f889c93a05/68747470733a2f2f706f7365722e707567782e6f72672f646672616d652f636f6e6669672f646f776e6c6f616473)](https://packagist.org/packages/dframe/config) [![Latest Unstable Version](https://camo.githubusercontent.com/6538d8a6f418bd0242fc7263acf190ed50ae96d710f680033ad2e83a676b25ef/68747470733a2f2f706f7365722e707567782e6f72672f646672616d652f636f6e6669672f762f756e737461626c65)](https://packagist.org/packages/dframe/config) [![License](https://camo.githubusercontent.com/3246eaff666110051ee7594706eee5ed44a62bbf05b220f9e46678b496ab4ebc/68747470733a2f2f706f7365722e707567782e6f72672f646672616d652f636f6e6669672f6c6963656e7365)](https://packagist.org/packages/dframe/config)

[![php framework dframe logo](https://camo.githubusercontent.com/fd0e41a4616aeae28318df2698482c0f1538928857ff531019f4481606ff8d2b/68747470733a2f2f646672616d656672616d65776f726b2e636f6d2f696d672f6c6f676f5f66756c6c2e706e67)](https://camo.githubusercontent.com/fd0e41a4616aeae28318df2698482c0f1538928857ff531019f4481606ff8d2b/68747470733a2f2f646672616d656672616d65776f726b2e636f6d2f696d672f6c6f676f5f66756c6c2e706e67)

### Documentation - [Config PHP](https://dframeframework.com/en/docs/dframe/master/config/overview)

[](#documentation---config-php)

### Composer

[](#composer)

```
$ composer require dframe/config
```

### Standalone

[](#standalone)

```
use Dframe\Config\Config;

include_once 'vendor/autoload.php';
$configPath = __DIR__. DIRECTORY_SEPARATOR . 'config'. DIRECTORY_SEPARATOR;

$config = Config::load('ConfigFile', $configPath);
$config->get('key1'); // Return value
$config->get('keyValid', 'yes'); // return 'yes' ||  if key does not exist then you can replace value
```

License
-------

[](#license)

Open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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 ~79 days

Recently: every ~68 days

Total

11

Last Release

1298d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/954f9b5cd3e021b52a7bb0cabe07b2d7763edf98485fe47cccf835124d79205c?d=identicon)[dusta](/maintainers/dusta)

---

Top Contributors

[![dusta](https://avatars.githubusercontent.com/u/9001348?v=4)](https://github.com/dusta "dusta (10 commits)")

---

Tags

configdframephpphp-configdframe

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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