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

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

aliwael/settings
================

Laravel package to manage settings with key and value fields.

00PHP

Since Aug 7Pushed 11mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Settings Package
========================

[](#laravel-settings-package)

إدارة إعدادات التطبيق بسهولة عبر جدول settings.

المميزات
--------

[](#المميزات)

- حفظ واسترجاع الإعدادات عبر قاعدة البيانات.
- دالة هيلبر `setting()` لجلب القيم بسهولة.
- نشر تلقائي لملفات الهيلبر والمايجريشن.
- متوافق مع Laravel 8 حتى 12.

التثبيت
-------

[](#التثبيت)

```
composer require aliwael/settings
```

النشر
-----

[](#النشر)

لنشر ملفات الهيلبر والمايجريشن:

```
php artisan vendor:publish --tag=settings-helpers --tag=settings-migrations
```

ثم نفذ المايجريشن:

```
php artisan migrate
```

الاستخدام
---------

[](#الاستخدام)

استخدم دالة الهيلبر لجلب الإعدادات:

```
$value = setting('site_name', 'Default Name');
```

إضافة إعداد جديد
----------------

[](#إضافة-إعداد-جديد)

يمكنك إضافة إعداد جديد مباشرة إلى جدول settings:

```
DB::table('settings')->insert([
    'key' => 'site_name',
    'value' => 'My Website'
]);
```

مساهمات
-------

[](#مساهمات)

مرحباً بأي مساهمة أو اقتراح عبر [GitHub](https://github.com/aliwael/laravel-setting).

الترخيص
-------

[](#الترخيص)

MIT

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36341439?v=4)[Ali Wael](/maintainers/aliwael)[@aliwael](https://github.com/aliwael)

---

Top Contributors

[![aliwael](https://avatars.githubusercontent.com/u/36341439?v=4)](https://github.com/aliwael "aliwael (1 commits)")

### Embed Badge

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

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

###  Alternatives

[kunstmaan/utilities-bundle

The KunstmaanUtilitiesBundle makes your life easier by providing a couple of small but usefull helper services you can use and re-use in your applications. We already implemented an easy to use cipher service and a shell helper service for you but feel free to send in a pull request with your additions. The shell helper allows you to run apps in the background, see if a process is running and has a method to kill a running process. The cipher service allow you to encode and decode strings using the Rijndael 256 cipher

13152.7k6](/packages/kunstmaan-utilities-bundle)

PHPackages © 2026

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