PHPackages                             live-controls/easy-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. live-controls/easy-settings

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

live-controls/easy-settings
===========================

Simple settings library for easily accessable configurations

v1.1.0(2mo ago)021PHP

Since Feb 28Pushed 2mo agoCompare

[ Source](https://github.com/live-controls/easy-settings)[ Packagist](https://packagist.org/packages/live-controls/easy-settings)[ RSS](/packages/live-controls-easy-settings/feed)WikiDiscussions main Synced 1mo ago

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

Easy Settings
=============

[](#easy-settings)

Simple settings library for easily accessable configurations

Setup
-----

[](#setup)

1. Publish migrations

```
php artisan vendor:publish livecontrols.easy_settings.migrations
```

2. Migrate

```
php artisan migrate
```

Usage
-----

[](#usage)

#### Set settings

[](#set-settings)

This will set a specific value (can be any json compatible value) to a specific key. This will also update a value if it already exists.

```
\LiveControls\EasySettings\EasySettings::set('key', 'value');
```

#### Get settings

[](#get-settings)

This will get a specific value and stores it to the cache if set.

```
\LiveControls\EasySettings\EasySettings::get('key', 'default', 120); //Will return a string 'default' if value can't be found and stores it for 120 seconds
```

#### Forget settings

[](#forget-settings)

This will remove the setting with the specific key from the cache.

```
\LiveControls\EasySettings\EasySettings::forget('key');
```

#### Delete settings

[](#delete-settings)

This will delete the setting with the specific key from the database and cache.

```
\LiveControls\EasySettings\EasySettings::delete('key');
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance86

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

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

Total

3

Last Release

70d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f366058ff9e06fad5c432234f0ac35a154bcc4153dbff096987489b16e87eb7?d=identicon)[daredloco](/maintainers/daredloco)

---

Top Contributors

[![daredloco](https://avatars.githubusercontent.com/u/60240491?v=4)](https://github.com/daredloco "daredloco (10 commits)")

###  Code Quality

Static AnalysisPHPStan

### Embed Badge

![Health badge](/badges/live-controls-easy-settings/health.svg)

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

PHPackages © 2026

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