PHPackages                             ibraheem-ghazi/laravel-settings-manager - 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. ibraheem-ghazi/laravel-settings-manager

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

ibraheem-ghazi/laravel-settings-manager
=======================================

Laravel settings management package using database and laravel config()

1.71(2y ago)15138MITPHPPHP &gt;=5.6.0

Since Mar 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ibraheem-ghazi/laravel-settings-manager)[ Packagist](https://packagist.org/packages/ibraheem-ghazi/laravel-settings-manager)[ RSS](/packages/ibraheem-ghazi-laravel-settings-manager/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (1)Versions (8)Used By (0)

Laravel Settings Manager
========================

[](#laravel-settings-manager)

This is a Laravel package provide an easy way to control application settings, which can easily integrated to application configuration to be used with config() function

Compatibility
=============

[](#compatibility)

This package was built for versions &gt;= 7.0 but also compatible with versions &gt;= 5.8.16

Features
========

[](#features)

- auto load all settings (with option to disable it)
- cache loaded entries for current request
- auto save entries to DB (with option to disable it)
- auto create entries to DB if not exists (with option to disable it)
- map setting entry from DB to config() key
- changeable model.
- customizable package configuration with manager.
- macroable settings manager
- compatible with PHPUnit testings

Installation
============

[](#installation)

```
composer require ibraheem-ghazi/laravel-settings-manager

```

then:

```
php artisan migrate

```

if your installed laravel version does not support auto discover packages then:

1- add this provider to config:

```
IbraheemGhazi\SettingsManager\Providers\SettingsServiceProvider::class,

```

2- then add alias:

```
'Settings' => IbraheemGhazi\SettingsManager\Facades\Settings::class,

```

Configuration
=============

[](#configuration)

### Attributes

[](#attributes)

funcdescription$ignoreMigrationignore auto register package migrations.$AutoLoadFromDatabasedisable/enable auto loading configuration from database.$AutoSaveOnSetdisable/enable auto save configuration to database.$AutoCreateOnSavedisable/enable auto create configuration to database if not already exists.$Modelchange the model used to save settings - must have key, value fields where key is *primary key*.### Methods

[](#methods)

funcparamsdescriptionbindstring $settings\_key, ?string $config\_key = NULLbind a settings entry from DB to application configuration keyunbindstring $settings\_keyremove binding of a settings entry to application configuration keyOther Available Functions
=========================

[](#other-available-functions)

funcparamsreturndescriptionloadbool $force = false($this)load settings from DB (or force reload it)getModel-Modelreturn the model used to control DB entriesgetBindings-Collectionget all configured settings to configurations bindingsall-Collectionreturn collection of strings of all entries.get$key, $default=NULLmixedreturn the value of specified keyset$key, $value, $save = false, $should\_create = true($this)set the value for specified key, (with option to force enable/disable saving or creating)forget$key, $permanent\_remove = true, $callback = NULL($this)remove the specified key, (with option to force enable/disable removing entry from DB, and call a callback function when done removing)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Recently: every ~87 days

Total

7

Last Release

1042d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/26fee2d484e23dfd586443a58f0540f4092e7871b79b93c66becb073e51ca9b5?d=identicon)[IbraheemAlnabriss](/maintainers/IbraheemAlnabriss)

---

Top Contributors

[![ibraheem-ghazi](https://avatars.githubusercontent.com/u/22643210?v=4)](https://github.com/ibraheem-ghazi "ibraheem-ghazi (11 commits)")

---

Tags

phpSettingssetting

### Embed Badge

![Health badge](/badges/ibraheem-ghazi-laravel-settings-manager/health.svg)

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

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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