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

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

samireltabal/json-settings
==========================

Json Settings For Laravel

1.0.1(3y ago)27PHP

Since Jan 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Samireltabal/json-settings)[ Packagist](https://packagist.org/packages/samireltabal/json-settings)[ RSS](/packages/samireltabal-json-settings/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (5)Versions (5)Used By (0)

SESettings Lib
--------------

[](#sesettings-lib)

```
Library for saving wep app settings in json file with caching.

```

Version
=======

[](#version)

```
1.0.0

```

description
===========

[](#description)

```
saves settings in json file.. so it can be retrieved quickly without delay time.

```

usage
=====

[](#usage)

- publish config file
    - php artisan vendor:publish --tag=config

Limitation
==========

[](#limitation)

- limited to two levels example
    - allowed : `app()->Settings->get('parent.sub')` .
    - not allowed : `app()->Settings->get('parent.sub.extra')` will throw exception.

api
===

[](#api)

- get all settings
    - app()-&gt;Settings-&gt;get()
- get settings by key
    - app()-&gt;Settings-&gt;get('parent.sub')
- get settings by key
    - app()-&gt;Settings-&gt;set('parent.sub', 'some-value')
- or you can use the facade directly
    - use Samireltabal\\JsonSettings\\Facades\\Settings; // you can alias it.
        - Settings::get('key.sub');
        - Settings::set('key.sub', 'value');

Development
===========

[](#development)

- run
    - composer install
    - composer test
    - composer analyse
    - composer format

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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

Every ~0 days

Total

2

Last Release

1248d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ce130846d5686203d0a241cb7cdbf64ce9c6e8127ff9d7f927670dcca5a8d318?d=identicon)[syncit](/maintainers/syncit)

---

Top Contributors

[![samirmeltabal](https://avatars.githubusercontent.com/u/96343871?v=4)](https://github.com/samirmeltabal "samirmeltabal (4 commits)")[![Samireltabal](https://avatars.githubusercontent.com/u/17733615?v=4)](https://github.com/Samireltabal "Samireltabal (2 commits)")

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

592.7k2](/packages/crumbls-layup)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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