PHPackages                             lambdatt-php/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. lambdatt-php/settings

ActiveSplitphp-module[Utility &amp; Helpers](/categories/utility)

lambdatt-php/settings
=====================

A SplitPHP Framework plugin for create a general purpose settings control

v0.1.8(4mo ago)018MITPHP

Since Jun 19Pushed 4mo agoCompare

[ Source](https://github.com/LambdaTT/settings)[ Packagist](https://packagist.org/packages/lambdatt-php/settings)[ RSS](/packages/lambdatt-php-settings/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)DependenciesVersions (10)Used By (0)

lambdatt-php/settings
=====================

[](#lambdatt-phpsettings)

A SplitPHP Framework plugin for create a general purpose settings control.

---

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

[](#installation)

Install via Composer:

```
composer require lambdatt-php/settings
```

Run the Migrations:

```
php console migrations:apply --module=settings
```

**PS: this can only be installed on a SplitPHP Framework project. For more information refer to: **

Usage:
------

[](#usage)

- Set a variable and its value:

```
$this->getService('settings/settings')->change($context, $fieldname, $value);
```

- Retrieve a variable and its value:

```
$this->getService('settings/settings')->get($context, $fieldname);
```

- Retrieve an object of a context containing all its variables and values:

```
$this->getService('settings/settings')->contextObject($context);
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance77

Regular maintenance activity

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

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

Recently: every ~45 days

Total

9

Last Release

125d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a93073c7a216d7543dd3e833d3a1f1f73ec7df743fd2474cc239702d4b50bacb?d=identicon)[gabriel-guelfi](/maintainers/gabriel-guelfi)

---

Top Contributors

[![gabriel-guelfi](https://avatars.githubusercontent.com/u/6461967?v=4)](https://github.com/gabriel-guelfi "gabriel-guelfi (19 commits)")

### Embed Badge

![Health badge](/badges/lambdatt-php-settings/health.svg)

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

###  Alternatives

[42coders/document-templates

Document template management package.

19939.5k](/packages/42coders-document-templates)

PHPackages © 2026

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