PHPackages                             esoftslimited/smart-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. esoftslimited/smart-settings

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

esoftslimited/smart-settings
============================

A cool plugin that is extensible that add support for addition of system wide settings into your application

039PHP

Since May 26Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ElijahGM/smart-settings)[ Packagist](https://packagist.org/packages/esoftslimited/smart-settings)[ RSS](/packages/esoftslimited-smart-settings/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Smart Settings
==============

[](#smart-settings)

A cool plugin that is extensible that add support for addition of system wide settings into your application

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist esoftslimited/smart-settings "*"

```

or add

```
"esoftslimited/smart-settings": "*"

```

to the require section of your `composer.json` file.

Import Database
---------------

[](#import-database)

Configuration
-------------

[](#configuration)

Once the extension is installed, simply use it in your code by :

Configuration
-------------

[](#configuration-1)

Add the following to your configuration file under component section

```
  'components'=>[
    'settings'=>['class'=>' \esoftslimited\settings\components\Settings']

   ],
  ...
  ?>
```

\#Migration Run the following commond in your terminal to install latest database

```

 $ php yii migrate --migrationPath=@vendor/esoftslimited/smart-settings/migrations --interactive=1

```

View Management
---------------

[](#view-management)

\#SettingPanel Widget This module have a robust view components which autogenerates settings views/forms. The widget is configurable and flexible and can be used almost anywhere

```
esoftslimited\settings\widgets\SettingsPanel;

```

\#Using the widget on Views Just pass configuration to the SettingsPanel

```

```

\#Saving and updating Settings Value The module come with add on actio for any controller implementing it for ease of updating and configuring settings In your settings Controller

```
    /**
     * @inheritdoc
     */
    public function actions()
    {
        return [
            ----
            'update'=>[
              'class'=>'\esoftslimited\settings\actions\SettingsAction',
              'view'=>'index',//custom view goes here
            ],
        ];
    }

```

###  Health Score

20

—

LowBetter than 13% 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/c15a4181fc9ae5bef2ad3d22155544a07dd38c3c29e21da7cc134daf34d0c387?d=identicon)[Esofts](/maintainers/Esofts)

---

Top Contributors

[![ElijahGM](https://avatars.githubusercontent.com/u/918982?v=4)](https://github.com/ElijahGM "ElijahGM (16 commits)")

### Embed Badge

![Health badge](/badges/esoftslimited-smart-settings/health.svg)

```
[![Health](https://phpackages.com/badges/esoftslimited-smart-settings/health.svg)](https://phpackages.com/packages/esoftslimited-smart-settings)
```

###  Alternatives

[auxiliary/rpage

Highly responsive pagination for Bootstrap.

1101.2k](/packages/auxiliary-rpage)

PHPackages © 2026

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