PHPackages                             ikeraslt/laravel-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. ikeraslt/laravel-settings

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

ikeraslt/laravel-settings
=========================

v1.2.4(7y ago)189MITPHPPHP ^7.0

Since Sep 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ikerasLT/laravel-settings)[ Packagist](https://packagist.org/packages/ikeraslt/laravel-settings)[ RSS](/packages/ikeraslt-laravel-settings/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (20)Used By (0)

Laravel Settings
================

[](#laravel-settings)

Provides accessibility to key - value based settings model

Instalation
-----------

[](#instalation)

Require this package with composer

`composer require ikeraslt/laravel-settings`

Add the ServiceProvider to the providers array in config/app.php

`Ikeraslt\LaravelSettings\ServiceProvider::class,`

If you want to use the facade, add this to your facades in config/app.php:

`'Settings' => Ikeraslt\LaravelSettings\Facade::class,`

Run the migrations. This will add the settings table to your database

`php artisan migrate`

Usage
-----

[](#usage)

### Via helper

[](#via-helper)

Get setting:

`$value = settings('key');`

Set value:

`settings('key', 'value');`

Get all:

`settings()`

### Via facade

[](#via-facade)

Get setting:

`$value = Settings::get('key');`

Set value:

`Settings::set('key', 'value');`

Get all:

`Settings::getAll()`

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Recently: every ~50 days

Total

19

Last Release

2815d ago

Major Versions

v0.2.6 → v1.02017-09-11

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7137426?v=4)[ikerasLT](/maintainers/ikerasLT)[@ikerasLT](https://github.com/ikerasLT)

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-settings

Store your application settings

1.5k6.8M139](/packages/spatie-laravel-settings)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[glorand/laravel-model-settings

Model Settings for your Laravel app

9141.1M4](/packages/glorand-laravel-model-settings)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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