PHPackages                             228vit/my-config-plugin - 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. 228vit/my-config-plugin

ActiveSymfony1-plugin[Utility &amp; Helpers](/categories/utility)

228vit/my-config-plugin
=======================

Symfony 1.4+ plugin. Make all settings editable from backend

113PHP

Since Apr 30Pushed 11y ago1 watchersCompare

[ Source](https://github.com/228vit/myConfigPlugin)[ Packagist](https://packagist.org/packages/228vit/my-config-plugin)[ RSS](/packages/228vit-my-config-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

```
Yet another alternative setting plugin

* Installation

$ git submodule add git://github.com/228vit/myConfigPlugin.git plugins/myConfigPlugin
$ git submodule init
$ git submodule update
$ symfony doctrine:generate-migrations-diff
$ symfony doctrine:generate-migrate

* Enable plugin in config/ProjectConfiguration.class.php

{{{
class ProjectConfiguration extends sfProjectConfiguration
{
  public function setup()
  {
    $this->enablePlugin('myConfigPlugin');

}}}

* Usage
{{{
  myConfig::get(settingName, settingDefaultValue, settingNote);
}}}

Please note, if setting does not exists, new one will be created with default value.

* Manage settings in admin

  Enable admin module in setting.yml

  $ symfony doctrine:generate-admin backend Config
  backend.php/config

* Dump all setting into sfConfig

Edit apps/appName/config/filters.yml
myConfig:
  class:    myConfigFilter

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

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/0a32df380559ad6ae02007ebee6012cfd1c63d7d2bb96f1415396c9fb71bf957?d=identicon)[228vit](/maintainers/228vit)

---

Top Contributors

[![228vit](https://avatars.githubusercontent.com/u/81143?v=4)](https://github.com/228vit "228vit (8 commits)")

### Embed Badge

![Health badge](/badges/228vit-my-config-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/228vit-my-config-plugin/health.svg)](https://phpackages.com/packages/228vit-my-config-plugin)
```

###  Alternatives

[yireo/magento2-extensionchecker

Scan the code of a Magento module

96151.6k3](/packages/yireo-magento2-extensionchecker)

PHPackages © 2026

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