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.9(2mo ago)020MITPHP

Since Jun 19Pushed 2mo agoCompare

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

READMEChangelog (9)DependenciesVersions (11)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

34

—

LowBetter than 75% of packages

Maintenance87

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

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

Recently: every ~63 days

Total

10

Last Release

65d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6461967?v=4)[Valentoni](/maintainers/gabriel-guelfi)[@gabriel-guelfi](https://github.com/gabriel-guelfi)

---

Top Contributors

[![gabriel-guelfi](https://avatars.githubusercontent.com/u/6461967?v=4)](https://github.com/gabriel-guelfi "gabriel-guelfi (20 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

[helthe/turbolinks-bundle

Turbolinks bundle for Symfony

3861.3k](/packages/helthe-turbolinks-bundle)[link1st/laravel-easemob

环信即时通讯laravel包开发，用于环信用户、群、聊天室等功能

446.6k](/packages/link1st-laravel-easemob)[victor-teles/playwright-php

A Playwright bridge for PHP.

205.2k](/packages/victor-teles-playwright-php)[owenmelbz/https-enforcement

Laravel 5.x middleware to enforce https redirection for your app.

252.6k](/packages/owenmelbz-https-enforcement)

PHPackages © 2026

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