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

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

codeminos/laravel-settings
==========================

A simple settings management system for Laravel.

v1.0.2(1y ago)02MITPHPPHP &gt;=8.2

Since Mar 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Codeminos/laravel-settings)[ Packagist](https://packagist.org/packages/codeminos/laravel-settings)[ RSS](/packages/codeminos-laravel-settings/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

Codeminos Settings
==================

[](#codeminos-settings)

A simple and flexible settings manager for Laravel applications, allowing you to store and retrieve application settings easily.

📦 Installation
--------------

[](#-installation)

You can install the package via Composer:

```
composer require codeminos/laravel-settings

```

Publish Configuration &amp; Migrations
--------------------------------------

[](#publish-configuration--migrations)

After installation, publish the config file and migration:

```
php artisan vendor:publish --provider="Codeminos\\Settings\\SettingsServiceProvider"

```

Then, run the migration:

```
php artisan migrate

```

⚡ Usage
-------

[](#-usage)

### Store a Setting

[](#store-a-setting)

```
Settings::set('site_name', 'Codeminos');

```

### Retrieve a Setting

[](#retrieve-a-setting)

```
$siteName = Settings::get('site_name');

```

### Check if a Setting Exists

[](#check-if-a-setting-exists)

```
if (Settings::has('site_name')) {
    // Do something
}

```

### Delete a Setting

[](#delete-a-setting)

```
Settings::forget('site_name');

```

### 🛠 Configuration

[](#-configuration)

The package configuration file config/settings.php allows you to define default settings and behavior.

### 🧪 Testing

[](#-testing)

To run the package tests, use:

```
composer test

```

### 📄 License

[](#-license)

This package is open-source and licensed under the MIT License.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance42

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

3

Last Release

464d ago

### Community

Maintainers

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

---

Top Contributors

[![hassanzeaiter](https://avatars.githubusercontent.com/u/3092909?v=4)](https://github.com/hassanzeaiter "hassanzeaiter (7 commits)")

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M281](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M375](/packages/illuminate-redis)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)

PHPackages © 2026

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