PHPackages                             nasermekky/config\_manager - 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. nasermekky/config\_manager

ActivePackage

nasermekky/config\_manager
==========================

v1.1(2y ago)17MITPHP

Since Apr 3Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (3)Used By (0)

config-manager
==============

[](#config-manager)

Add Or Edit And Delete key/value pairs in a configuration files and language files. And Save changes to the configuration file in script.

Installing
----------

[](#installing)

Install using Composer `composer require nasermekky/config-manager`.

Using GUI
---------

[](#using-gui)

You can use link ''

Using the repository
--------------------

[](#using-the-repository)

You can also use the repository `Nasermekky\ConfigManager\Core\Repo` which works a little like a model.

Example:

```
use Nasermekky\ConfigManager\Core\Repo;

$config = new Repo(config_path('app')); // Pass full path for file with extension or without
// $lang = new Repo(lang_path('en/auth'));

$config->edit('debug', false); // set the config you wish

if ($config->get('url') == 'http://localhost') // you can even get config from this
{
    $config->add('key', 'value'); // add key to config file
	$config->edit('debug', true); // add key to config fil
    $config->delete('key', 'value'); // delete key from  config file
    // all will return true or Exception
}

// save those settings to the config file once done editing

```

If you do this a lot I recommend adding the alias `'ConfigManager' => Nasermekky\ConfigManager\Core\Repo::class` under the `alias`-section in the config file `config/app.php`.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

Total

2

Last Release

760d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/064d6ce71e06ccab0df243f5c7f24ae41563edd103af7c10de0b9b5d6d763dff?d=identicon)[Nasermekky](/maintainers/Nasermekky)

---

Top Contributors

[![NaserMekky](https://avatars.githubusercontent.com/u/46206759?v=4)](https://github.com/NaserMekky "NaserMekky (11 commits)")

### Embed Badge

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

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

PHPackages © 2026

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