PHPackages                             reecem/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. [Caching](/categories/caching)
4. /
5. reecem/settings

ActiveLibrary[Caching](/categories/caching)

reecem/settings
===============

settings package that uses a property bag and caching

v0.3.0(7y ago)03[11 PRs](https://github.com/ReeceM/settings/pulls)MITBlade

Since May 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ReeceM/settings)[ Packagist](https://packagist.org/packages/reecem/settings)[ Docs](https://reecem.github.io/settings/)[ RSS](/packages/reecem-settings/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (4)Versions (14)Used By (0)

######  [![](https://camo.githubusercontent.com/d0bc99e8317fa57fc44365aa2d0b810f7d97f792909a03b72022ca23c1cd255f/68747470733a2f2f6c6976652e737461746963666c69636b722e636f6d2f36353533352f34373034373437313133345f636233633338653535615f6f5f642e706e67)](https://camo.githubusercontent.com/d0bc99e8317fa57fc44365aa2d0b810f7d97f792909a03b72022ca23c1cd255f/68747470733a2f2f6c6976652e737461746963666c69636b722e636f6d2f36353533352f34373034373437313133345f636233633338653535615f6f5f642e706e67)

[](#----)

 settings
----------

[](#----settings)

Laravel Settings package that is persistent to DB

 [ ![](https://camo.githubusercontent.com/9b8cf55a83e3af3bb191f735a1e48a38f540e2efd1a05dcdee930ebd9f8d23fe/68747470733a2f2f706f7365722e707567782e6f72672f72656563656d2f73657474696e67732f76657273696f6e) ](https://packagist.org/packages/reecem/settings) [ ![](https://camo.githubusercontent.com/33c6971e51926fbb0663f188bdb7796b5f2a00a803882282c803cb6db67c811c/68747470733a2f2f706f7365722e707567782e6f72672f72656563656d2f73657474696e67732f646f776e6c6f616473) ](https://packagist.org/packages/reecem/settings) [ ![](https://camo.githubusercontent.com/e4809d33997d24d8b425816a9a406953f531421c27665fa6b74129c67c50df00/68747470733a2f2f706f7365722e707567782e6f72672f72656563656d2f73657474696e67732f762f756e737461626c65) ](https://packagist.org/packages/reecem/settings) [ ![](https://camo.githubusercontent.com/74887631ebfe5f1f23063992a988e06827ba397c4392ca4f5b70df25d00dfdac/68747470733a2f2f706f7365722e707567782e6f72672f72656563656d2f73657474696e67732f6c6963656e7365) ](https://packagist.org/packages/reecem/settings)

This setting package makes use of the key-value storage method of settings. Installing
----------

[](#installing)

Require via composer

```
composer require reecem/settings
```

Then install through the artisan command

```
php artisan settings:install
```

updates
-------

[](#updates)

when there is a new release please run `settings:update` just to refresh the published assets

```
php artisan settings:update
```

Features
--------

[](#features)

- Settings are cached to reduce reading time from the db
- `setting()` helper to access the settings from anywhere
- `multi.dimension.setting.array` - the settings can be saved in assoc array form
- settings can be cast to arrays, JSON or boolean from default
- WIP: encrypt the entire cached setting file

todo
----

[](#todo)

There is always something todo

- add an encrypt option to individual settings
- improve the ui of the settings panel
- unit tests...

Support
-------

[](#support)

If you enjoy using the package you can support me on Ko-Fi or by paypal 😄

[![Buy Me a Coffee at ko-fi.com](https://camo.githubusercontent.com/c66a3b97bd969f336e4089211ab1a116386b434dfd7f3d793b1248986e7778d2/68747470733a2f2f617a3734333730322e766f2e6d7365636e642e6e65742f63646e2f6b6f6669342e706e673f763d32)](http://bit.ly/2J4ZPBM) [![PayPal](https://camo.githubusercontent.com/698519a1e4224acc96b248de80b53a0a35a49fa5fe1bd40526864f97a726716a/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f7765627374617469632f656e5f55532f692f627574746f6e732f50505f6c6f676f5f685f3130307832362e706e67)](http://bit.ly/2Vw2rAb)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74.1% 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 ~20 days

Total

2

Last Release

2586d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2767904?v=4)[Reece May](/maintainers/ReeceM)[@ReeceM](https://github.com/ReeceM)

---

Top Contributors

[![ReeceM](https://avatars.githubusercontent.com/u/2767904?v=4)](https://github.com/ReeceM "ReeceM (60 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (21 commits)")

---

Tags

laravellaravel-settingspackageproperty-bagsettings-managementlaravelSettingsKey valueproperty-bag

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M184](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k253.1k78](/packages/moonshine-moonshine)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.5M83](/packages/unisharp-laravel-filemanager)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M127](/packages/roots-acorn)[illuminate/queue

The Illuminate Queue package.

21332.6M1.5k](/packages/illuminate-queue)[illuminate/view

The Illuminate View package.

13047.0M2.2k](/packages/illuminate-view)

PHPackages © 2026

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