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

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

robiussani152/settings
======================

This package is for managing most basic settings in your laravel application like site title, site logo etc. You can add your custom settings using this package.

v1.0.2(6y ago)11.1k1MITPHP

Since Oct 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Robiussani152/settings)[ Packagist](https://packagist.org/packages/robiussani152/settings)[ RSS](/packages/robiussani152-settings/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (4)Used By (0)

Settings package for Laravel
============================

[](#settings-package-for-laravel)

[![Version](https://camo.githubusercontent.com/1a507e86d93af1f040f8c2a16271f314fa0078559bf1e62d50adc905ffe2f2d4/68747470733a2f2f706f7365722e707567782e6f72672f726f6269757373616e693135322f73657474696e67732f762f737461626c652e737667)](https://github.com/robiussani152/settings/releases)[![Downloads](https://camo.githubusercontent.com/db702fcdccc0586df9c1bdebf5b26d9f20bb8bd4e1e77f0bd2654c65cd1c1df2/68747470733a2f2f706f7365722e707567782e6f72672f726f6269757373616e693135322f73657474696e67732f642f746f74616c2e737667)](https://github.com/robiussani152/settings)

This package is for managing most basic settings in your laravel application like site title, site logo etc. You can add your custom settings using this package.

Getting Started
---------------

[](#getting-started)

### 1. Install

[](#1-install)

Run the following command:

```
composer require robiussani152/settings
```

### 2. Register (for Laravel &lt; 5.5)

[](#2-register-for-laravel--55)

Register the service provider in `config/app.php`

```
Robiussani152\Settings\SettingServiceProvider::class,
```

Add alias if you want to use the facade.

```
'Settings' => Robiussani152\Settings\Facades\Settings::class,
```

Usage
-----

[](#usage)

You can use the facade `Setting::get('foo')`

### Facade

[](#facade)

```
Settings::get('foo');
Settings::set('foo', 'bar');
Settings::forget('foo');
$settings = Settings::all();
```

License
-------

[](#license)

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

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

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

2494d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19356585?v=4)[Robius Sani](/maintainers/Robiussani152)[@Robiussani152](https://github.com/Robiussani152)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[rs/laravel-version-control

Foundations for making your app version controlled. Provides migration, blueprint and base models. Will make your app GxP compliant if you exclusively use the VC models and table structure as set out in this package.

1218.1k](/packages/rs-laravel-version-control)

PHPackages © 2026

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