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

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

klaravel/settings
=================

Laravel database settings manager.

v1.0.3(9y ago)45.8kMITPHP

Since Oct 10Pushed 9y agoCompare

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

READMEChangelog (4)Dependencies (9)Versions (5)Used By (0)

General Settings Manager for Laravel 5.3+
-----------------------------------------

[](#general-settings-manager-for-laravel-53)

[![Build Status](https://camo.githubusercontent.com/8fbe461de18477decbeb036e6a7e13fe5d560a85d9ea2b51e9cc758eac3934b3/68747470733a2f2f7472617669732d63692e6f72672f6b6c61726176656c2f73657474696e67732e737667)](https://travis-ci.org/klaravel/settings)[![Total Downloads](https://camo.githubusercontent.com/a5c2a8aeeb298363aba04b0f175e140d513523c52b18752e16e79fddab7bed5c/68747470733a2f2f706f7365722e707567782e6f72672f6b6c61726176656c2f73657474696e67732f642f746f74616c2e737667)](https://packagist.org/packages/klaravel/settings)[![Latest Stable Version](https://camo.githubusercontent.com/83e302800d5abe96f72b2c3bb665d8dcdcb798e1d5550da2b8a88907e10a8264/68747470733a2f2f706f7365722e707567782e6f72672f6b6c61726176656c2f73657474696e67732f762f737461626c652e737667)](https://packagist.org/packages/klaravel/settings)[![Latest Unstable Version](https://camo.githubusercontent.com/acabc4ce7dfef2adc9b72d6eafe689633cf5259e12ae9888b812d4895d0e1290/68747470733a2f2f706f7365722e707567782e6f72672f6b6c61726176656c2f73657474696e67732f762f756e737461626c652e737667)](https://packagist.org/packages/klaravel/settings)[![License](https://camo.githubusercontent.com/fae93a467bc56dd40b49201e98ff6bd0ee89a2ef25ddd1a2ddb3fff5c2427d95/68747470733a2f2f706f7365722e707567782e6f72672f6b6c61726176656c2f73657474696e67732f6c6963656e73652e737667)](https://packagist.org/packages/klaravel/settings)

This module allow you to store settings into database with easy commands. You can store as many as settings and it will fetch settings with caching so only one database query and all settings will store into cache.

### Installation:

[](#installation)

1. Run

    ```
    composer require klaravel/settings
    ```

    in console to install this module
2. Open `config/app.php` and in `providers` section add:

    ```
    Klaravel\Settings\ServiceProvider::class,
    ```

    in `aliases` section add:

    ```
    'Setting' => Klaravel\Settings\SettingsFacade::class,
    ```
3. Now generate the Settings migration:

    ```
    php artisan settings:migration

    // for migrate database
    php artisan migrate

    ```

    You will see migration file on you `/database/migrations/` folder.

### Usage:

[](#usage)

Here's a quick example that shows how to use `Setting`:

```
Setting::put('key', 'value');   // Insert settings into database
Setting::set('key', 'value');   // Insert settings into database
Setting::get('key');            // Get settings from database
Setting::has('key');            // Check key exits in database
Setting::forget('key');         // Delete key and value from database
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 63.6% 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 ~60 days

Total

4

Last Release

3414d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c701b02b16242746faa8c78d44b0cb49a69ac5bbc8d35e822f9a98da288089c?d=identicon)[ajmerainfo](/maintainers/ajmerainfo)

---

Top Contributors

[![keyur-spinx](https://avatars.githubusercontent.com/u/63884017?v=4)](https://github.com/keyur-spinx "keyur-spinx (7 commits)")[![klaravel](https://avatars.githubusercontent.com/u/22578264?v=4)](https://github.com/klaravel "klaravel (3 commits)")[![ajmerainfo](https://avatars.githubusercontent.com/u/5574954?v=4)](https://github.com/ajmerainfo "ajmerainfo (1 commits)")

---

Tags

laraveloptionssetting

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

6023.2M7](/packages/propaganistas-laravel-disposable-email)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

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

The official AI SDK for Laravel.

1.1k4.6M306](/packages/laravel-ai)[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

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

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

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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