PHPackages                             sadi01/yii2-more-settings - 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. [Framework](/categories/framework)
4. /
5. sadi01/yii2-more-settings

ActiveYii2-extension[Framework](/categories/framework)

sadi01/yii2-more-settings
=========================

Handle Settings For Yii2 Framework

v1.0.0(3y ago)0147BSD-3-ClausePHP

Since Dec 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Sadi01/yii2-more-settings)[ Packagist](https://packagist.org/packages/sadi01/yii2-more-settings)[ Docs](https://github.com/Sadi01/yii2-more-settings)[ RSS](/packages/sadi01-yii2-more-settings/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

 [![](https://raw.githubusercontent.com/Sadi01/yii2-more-settings/master/src/img/settings.png)](https://raw.githubusercontent.com/Sadi01/yii2-more-settings/master/src/img/settings.png)

Handle settings for Yii 2
=========================

[](#handle-settings-for-yii-2)

For license information check the [LICENSE](LICENSE.md)-file.

Installation
------------

[](#installation)

### 1. Download

[](#1-download)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/):

```
composer require --prefer-dist sadi01/yii2-more-settings:"*"

```

### 2. Configuration

[](#2-configuration)

To use this extension, you have to configure the PostService class in your application configuration:

```
return [
    //....
    'modules' => [
        'moresettings' => [
            'class' => 'sadi01\moresettings\SettingsModule',
            'rootAlias' => '@webroot',
            'webAlias' => '@web',
        ],
    ]
];
```

### 3. Update database schema

[](#3-update-database-schema)

The last thing you need to do is updating your database schema by applying the migrations. Make sure that you have properly configured `db` application component and run the following command:

```
$ php yii migrate/up --migrationPath=@vendor/sadi01/yii2-more-settings/src/migrations
```

How To Use
----------

[](#how-to-use)

Manage setting categories and settings :

```
http://yourdomain/moresettings/default/index
http://yourdomain/moresettings/setting-cat/index
```

Get value of setting:

```
use sadi01\moresettings\models\SettingValue;

SettingValue::getValue('settingCategory', 'settingName')
```

Setting widget for change value of setting:

```
use sadi01\moresettings\widgets\SettingsWidget

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

1257d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0bba5660903294a7550aa697b888fd0810c2493097c079170f98a5f18cc1aada?d=identicon)[Sadi01](/maintainers/Sadi01)

---

Top Contributors

[![Sadi01](https://avatars.githubusercontent.com/u/8774917?v=4)](https://github.com/Sadi01 "Sadi01 (18 commits)")

---

Tags

frameworkSettingsyii2

### Embed Badge

![Health badge](/badges/sadi01-yii2-more-settings/health.svg)

```
[![Health](https://phpackages.com/badges/sadi01-yii2-more-settings/health.svg)](https://phpackages.com/packages/sadi01-yii2-more-settings)
```

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)

PHPackages © 2026

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