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 4w 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

2860d 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

[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k8.9M109](/packages/mongodb-laravel-mongodb)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k161.4k2](/packages/mike-bronner-laravel-model-caching)[flarum/core

Delightfully simple forum software.

211.5M2.5k](/packages/flarum-core)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)

PHPackages © 2026

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