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

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

moh6mmad/laravel-settings
=========================

This package allows you to add settings to your Laravel project

v1.1.7(3y ago)03.6kMITPHPPHP &gt;=7.0

Since Feb 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/moh6mmad/laravel-settings)[ Packagist](https://packagist.org/packages/moh6mmad/laravel-settings)[ Docs](https://lync.me/Mohammad)[ RSS](/packages/moh6mmad-laravel-settings/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (8)Used By (0)

Laravel Settings
================

[](#laravel-settings)

This package allows you to store some global settings into your app database and load them once you need them in entire app globally.

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

[](#installation)

Install my-project with npm

```
  composer require moh6mmad/laravel-settings
```

Documentation
-------------

[](#documentation)

You may call set and get functions in several ways. Settings are stored in database as following: `settings_group` and `name` and `value`You need to call both `settings_group` and `name` to access to the `value`

Usage
-----

[](#usage)

Call it via config

```
config('settings.ui.template.header_title')
```

Call it via its helper

```
setting('ui.template.header_title')
```

or set a new value for this Call it via its helper

```
setting('ui.template.header_title', 'Laravel Setting App')
```

Feedback
--------

[](#feedback)

If you have any feedback, please reach out to us at

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.5% 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 ~28 days

Total

7

Last Release

1363d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/470fe7387db173299a395ed88ca977e3b84b6fa5971a459fa23b150f2b89d672?d=identicon)[moh6mmad](/maintainers/moh6mmad)

---

Top Contributors

[![mohamm6d](https://avatars.githubusercontent.com/u/56825321?v=4)](https://github.com/mohamm6d "mohamm6d (29 commits)")[![moh6mmad](https://avatars.githubusercontent.com/u/6563436?v=4)](https://github.com/moh6mmad "moh6mmad (2 commits)")

### Embed Badge

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

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

###  Alternatives

[akamon/phunctional

λ PHP functional library

3609.4k](/packages/akamon-phunctional)[calendart/office365-adapter

Office365 Adapter for CalendArt

1213.8k](/packages/calendart-office365-adapter)

PHPackages © 2026

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