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

ActiveLibrary

satheez/laravel-settings
========================

This is my package laravel-settings

v1.0(3y ago)09[4 PRs](https://github.com/Satheez/laravel-settings/pulls)MITPHPPHP ^8.1

Since Jul 22Pushed 2y ago1 watchersCompare

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

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

[![](https://camo.githubusercontent.com/2bedf63f24cda7efab02da955dc11fb7ef8a060e2f26b73c33a7aac84529b8a3/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f737570706f72742d756b7261696e652e7376673f743d31)](https://supportukrainenow.org)

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

[](#laravel-settings)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b42eb94987ee337357e0025c102f4bf5993be49f298c2f4f75a8077b17e4a862/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7361746865657a2f6c61726176656c2d73657474696e67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/satheez/laravel-settings)[![GitHub Tests Action Status](https://camo.githubusercontent.com/88e69e9e14be488653d5f410ef487a6f6c700e7b5194f45cc187c411b6edbf55/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7361746865657a2f6c61726176656c2d73657474696e67732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/satheez/laravel-settings/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/957dc399f13696e9a39906f54fbe502aa50ee0b000bc71c4cd6bcfb9fa6911db/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7361746865657a2f6c61726176656c2d73657474696e67732f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/satheez/laravel-settings/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/95f3c7e4d9f783dee6cd83904f8328d13bc681432e6aa4a31bfaefa316331efa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7361746865657a2f6c61726176656c2d73657474696e67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/satheez/laravel-settings)

This package is used get &amp; set data by using dedicated database table

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

[](#installation)

You can install the package via composer:

```
composer require satheez/laravel-settings
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Satheez\LaravelSettings\LaravelSettingsServiceProvider"
php artisan migrate
```

Usage
-----

[](#usage)

### Set settings data

[](#set-settings-data)

```
// Method 1
settings(['foo' => 'bar']);

// Method 2
settings_set('foo', 'bar');
```

### Get settings data

[](#get-settings-data)

```
// Method 1
settings('foo'); // output: bar

// Method 2
settings_get('foo'); // output: bar
```

Testing
-------

[](#testing)

```
composer test
```

Credits
-------

[](#credits)

- [Satheez](https://github.com/Satheez)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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

Unknown

Total

1

Last Release

1390d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6590c21841f4323f7322cb865bc535b1b58b00b636aba0c3bcc08a1b1f53819c?d=identicon)[Satheez](/maintainers/Satheez)

---

Top Contributors

[![Satheez](https://avatars.githubusercontent.com/u/11453046?v=4)](https://github.com/Satheez "Satheez (28 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")

---

Tags

laravellaravel-settingssatheez

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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