PHPackages                             soumen-dey/laravel-setting - 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. [Database &amp; ORM](/categories/database)
4. /
5. soumen-dey/laravel-setting

ActiveLibrary[Database &amp; ORM](/categories/database)

soumen-dey/laravel-setting
==========================

A lightweight and simple package for database based key-value store for Laravel 5.6 and above.

v1.0(7y ago)016MITPHP

Since May 4Pushed 7y agoCompare

[ Source](https://github.com/soumen-dey/laravel-setting)[ Packagist](https://packagist.org/packages/soumen-dey/laravel-setting)[ Docs](https://github.com/soumen-dey/laravel-setting)[ RSS](/packages/soumen-dey-laravel-setting/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Setting
=======

[](#setting)

[![Latest Version on Packagist](https://camo.githubusercontent.com/33061ad9e05d85dec7171400b9fe5334e15c0565e092103ada16ef05a1dcd9ff/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736f756d656e2d6465792f6c61726176656c2d73657474696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/soumen-dey/laravel-setting)[![Total Downloads](https://camo.githubusercontent.com/72be08aa3741f5fea8e99ca3422aa01d487a541db2d20db92eff341b2f312c9d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736f756d656e2d6465792f6c61726176656c2d73657474696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/soumen-dey/laravel-setting)[![Build Status](https://camo.githubusercontent.com/d6071b5f19a7936dbf4971ae40d1ea08014ce61c991d15d49f8f66b3d6673efb/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f736f756d656e2d6465792f6c61726176656c2d73657474696e672f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/soumen-dey/laravel-setting)[![StyleCI](https://camo.githubusercontent.com/cb13a877afd1dbe223c631789c3f922d3ace958fdb334a9cce9b26afefbc2ebd/68747470733a2f2f7374796c6563692e696f2f7265706f732f31323334353637382f736869656c64)](https://styleci.io/repos/12345678)

A lightweight and simple package for database based key-value store for Laravel 5.6 and above.

Installation
------------

[](#installation)

Via Composer

```
$ composer require soumen-dey/laravel-setting
```

The migrations will be loaded automatically, just run `php artisan migrate`.

Publish the config file.

```
php artisan vendor:publish --provider="Soumen\Setting\SettingServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

Use the included helper to access the settings.

```
setting('key', 'value'); // set the setting 'key' using the 'value'
setting('key') // get the setting 'key'
```

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Credits
-------

[](#credits)

- [Soumen Dey](https://github.com/soumen-dey)
- [All Contributors](../../contributors)

License
-------

[](#license)

MIT License. Please see the [license file](license.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2567d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7effb84954b7c7702168f01f78b791319ed5c7557329d43818837d127ec2da48?d=identicon)[soumen-dey](/maintainers/soumen-dey)

---

Tags

laravelsettingkey value store

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/soumen-dey-laravel-setting/health.svg)

```
[![Health](https://phpackages.com/badges/soumen-dey-laravel-setting/health.svg)](https://phpackages.com/packages/soumen-dey-laravel-setting)
```

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)[cybercog/laravel-clickhouse

ClickHouse migrations for Laravel

163166.8k](/packages/cybercog-laravel-clickhouse)

PHPackages © 2026

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