PHPackages                             devp-eu/tmcms-module-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. devp-eu/tmcms-module-settings

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

devp-eu/tmcms-module-settings
=============================

Module Settings for TMCms

2615PHP

Since Aug 25Pushed 7y ago3 watchersCompare

[ Source](https://github.com/devp-eu/tmcms-module-settings)[ Packagist](https://packagist.org/packages/devp-eu/tmcms-module-settings)[ RSS](/packages/devp-eu-tmcms-module-settings/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

tmcms-module-settings
=====================

[](#tmcms-module-settings)

Module Settings for TMCms

Module Settings can be used for extentions of any other module. Add this code to any other CmsModule class and you will have Settings available for it, for example in CmsClients:

```
public function settings() {
  echo ModuleSettings::requireTableForExternalModule(P, [
    'is_registration_enabled' => [
      'type' => 'checkbox',
    ],
  ]);
}

public function _settings() {
  ModuleSettings::requireUpdateModuleSettings(P, [
    'is_registration_enabled' => [
      'type' => 'checkbox',
      'value' => 1,
    ],
  ]);
}
```

And to get setting value in code, use:

```
$module_name = 'clients';
$setting_key = 'is_registration_enabled';
$setting_value = ModuleSettings::getCustomSettingValue($module_name, $setting_key);
```

Also you can add `'settings' => []` in menu file to have module in admin panel.

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.6% 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/22a1474541a7dfa85f66c0b18736dc851c4f4718174e13c5f3b6aff6728f080c?d=identicon)[devp.eu](/maintainers/devp.eu)

---

Top Contributors

[![neTpyceB](https://avatars.githubusercontent.com/u/3941619?v=4)](https://github.com/neTpyceB "neTpyceB (38 commits)")[![ludmanp](https://avatars.githubusercontent.com/u/3193091?v=4)](https://github.com/ludmanp "ludmanp (8 commits)")

### Embed Badge

![Health badge](/badges/devp-eu-tmcms-module-settings/health.svg)

```
[![Health](https://phpackages.com/badges/devp-eu-tmcms-module-settings/health.svg)](https://phpackages.com/packages/devp-eu-tmcms-module-settings)
```

PHPackages © 2026

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