PHPackages                             cleaniquecoders/setting - 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. cleaniquecoders/setting

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

cleaniquecoders/setting
=======================

Laravel Setting Helper

v1.0.2(9y ago)0247[1 issues](https://github.com/cleaniquecoders/setting/issues)1MITPHP

Since Nov 23Pushed 9y agoCompare

[ Source](https://github.com/cleaniquecoders/setting)[ Packagist](https://packagist.org/packages/cleaniquecoders/setting)[ RSS](/packages/cleaniquecoders-setting/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (1)

Laravel Setting Helper
======================

[](#laravel-setting-helper)

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

[](#installation)

```
composer require cleaniquecoders/setting

```

Register Service Provider
-------------------------

[](#register-service-provider)

Open up `config/app.php` and register `CleaniqueCoders\Providers\SettingServiceProvider::class,` in `providers` key.

Available Commands
------------------

[](#available-commands)

### Helper

[](#helper)

There's a helper available in using this package

#### Get Setting Based on Key Name

[](#get-setting-based-on-key-name)

```
setting('key-name');
```

#### Set Setting Based on Key Name

[](#set-setting-based-on-key-name)

```
setting('key-name','items to save');
```

### Flush Setting

[](#flush-setting)

Following command will flush cached settings.

```
php artisan setting:flush

```

Pass in `--truncate=1` to flush settings in database as well.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

3455d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b57069d0f4b634f65eccc6e5d5848990e25968d45ec2cf46d626c6a4658f944b?d=identicon)[nasrulhazim.m](/maintainers/nasrulhazim.m)

---

Top Contributors

[![nasrulhazim](https://avatars.githubusercontent.com/u/10341422?v=4)](https://github.com/nasrulhazim "nasrulhazim (3 commits)")

### Embed Badge

![Health badge](/badges/cleaniquecoders-setting/health.svg)

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

###  Alternatives

[hackzilla/ticket-bundle

This Bundle provides multilingual ticketing functionality for Symfony applications.

6529.3k1](/packages/hackzilla-ticket-bundle)[davist11/craft-reroute

Manage 301/302 redirects in the control panel.

607.1k](/packages/davist11-craft-reroute)[werfu/magento2-url-key-mask

Enable Product and Category URL\_key generation using masks

135.4k](/packages/werfu-magento2-url-key-mask)

PHPackages © 2026

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