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

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

otifsolutions/laravel-settings
==============================

This package creates a complete generic Settings Table and structure to be used in project. For Laravel.

1.0.1(5y ago)14.1k—0%11MITPHP

Since Nov 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/otifsolutions/laravel-settings)[ Packagist](https://packagist.org/packages/otifsolutions/laravel-settings)[ RSS](/packages/otifsolutions-laravel-settings/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (1)

laravel-settings
================

[](#laravel-settings)

Requirements
------------

[](#requirements)

#### PHP 7 &gt; PHP 7.1

[](#php-7--php-71)

### How to use the library

[](#how-to-use-the-library)

Install via the composer

### Using the composer(Recomended)

[](#using-the-composerrecomended)

Either run the following command in the root directory of your project:

```
composer require otifsolutions/laravel-settings

```

Then simply run migrations to run the Setting Migration

```
php artisan migrate

```

### Namespace for Model Setting

[](#namespace-for-model-setting)

```
use OTIFSolutions\Laravel\Settings\Models\Setting;

```

### Update or Create a new Setting

[](#update-or-create-a-new-setting)

```
Setting::set('KEY_GOES_HERE','VALUE_GOES_HERE','TYPE_GOES_HERE')

```

Type can be : 'STRING','BOOL','INT','JSON','DOUBLE'

### Get a Setting

[](#get-a-setting)

```
Setting::get('KEY_GOES_HERE')

```

If Setting does not exist the system will return null

### Delete a Setting

[](#delete-a-setting)

```
Setting::remove('KEY_GOES_HERE')

```

If Setting does not exist the system will return null

### Details

[](#details)

This pakage is used to add generic Settings structure to the Laravel project.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

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

Total

2

Last Release

1880d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f9aeabc454ee05b530e6234f1689a89e8f63bc766e647ad78bec54add4215b4?d=identicon)[otifsolutions](/maintainers/otifsolutions)

---

Top Contributors

[![junaidmaqbutt](https://avatars.githubusercontent.com/u/13379343?v=4)](https://github.com/junaidmaqbutt "junaidmaqbutt (11 commits)")

### Embed Badge

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

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

###  Alternatives

[doctrine/event-manager

The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.

6.1k501.1M115](/packages/doctrine-event-manager)[symfony/polyfill-php81

Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions

885425.7M173](/packages/symfony-polyfill-php81)[react/child-process

Event-driven library for executing child processes with ReactPHP.

34076.1M136](/packages/react-child-process)

PHPackages © 2026

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