PHPackages                             aashan/filament-system-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. aashan/filament-system-settings

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

aashan/filament-system-settings
===============================

System Settings Store for Filament

v0.1(2y ago)16MITBlade

Since Jun 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/aashan10/filament-system-settings)[ Packagist](https://packagist.org/packages/aashan/filament-system-settings)[ RSS](/packages/aashan-filament-system-settings/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Filament System Settings
------------------------

[](#filament-system-settings)

This package aims to provide a minimal implementation for creating a database driven encryptable key value storage for projects using Filament.

[![System Settings Listing](./docs/listing.png "System Settings Listing")](./docs/listing.png)[![System Settings Edit Page](./docs/edit.png "System Settings Edit Page")](./docs/edit.png)

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

[](#installation)

Installation can be done via composer. Run the following command in your laravel root directory.

```
composer require aashan/filament-system-settings

```

### Registering Resource in a Panel

[](#registering-resource-in-a-panel)

In `app/Providers/Filament/AdminPanelProvider.php` (or any other filament panel provider), add the following lines.

```
use Aashan\FilamentSystemSettings\SystemSetting;

class AdminPanelProvider extends PanelProvider
{
    public function panel(Panel $panel): Panel
    {
        ...
        return SystemSettings::register($panel);
    }
}
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

741d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/167c0b2ff9f090fac299bc49edb5764743ec7d9d5c1dfccc1ea16c760aed312d?d=identicon)[aashan10](/maintainers/aashan10)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/aashan-filament-system-settings/health.svg)

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

###  Alternatives

[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M25](/packages/ysfkaya-filament-phone-input)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[crumbls/layup

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

592.7k2](/packages/crumbls-layup)[eduardoribeirodev/filament-leaflet

Um widget de mapa para FilamentPHP.

2118.9k](/packages/eduardoribeirodev-filament-leaflet)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[daacreators/creators-ticketing

A robust and dynamic ticketing system for Filament

293.8k](/packages/daacreators-creators-ticketing)

PHPackages © 2026

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