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

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

mortezamasumi/fb-setting
========================

Add setting resource and manupulation to filament app

v4.2.2(1mo ago)0165MITPHPPHP ^8.3CI passing

Since Jul 29Pushed 1mo agoCompare

[ Source](https://github.com/mortezamasumi/fb-setting)[ Packagist](https://packagist.org/packages/mortezamasumi/fb-setting)[ Docs](https://github.com/mortezamasumi/fb-setting)[ RSS](/packages/mortezamasumi-fb-setting/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (18)Versions (33)Used By (0)

Add setting resource and manupulation to fil
============================================

[](#add-setting-resource-and-manupulation-to-fil)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d3baa231e8880ce4110c5b7a7591591e5a5184366477c56fe3c78e64bce5cce8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f7274657a616d6173756d692f66622d73657474696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mortezamasumi/fb-setting)[![GitHub Tests Action Status](https://camo.githubusercontent.com/46d9d3e4a1bd6175b4952b59a39deccc5de2458e2372577174792a67cd93a71d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f7274657a616d6173756d692f66622d73657474696e672f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/mortezamasumi/fb-setting/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/23525f1312535ac12d9aad45cb8bffdfc1d721633d5e139d4a74771430992a51/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f7274657a616d6173756d692f66622d73657474696e672f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/mortezamasumi/fb-setting/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/0eb1942cc175e9a9fcb943d313048f6038b953ce286b0424a602998200b10a48/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f7274657a616d6173756d692f66622d73657474696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mortezamasumi/fb-setting)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require mortezamasumi/fb-setting
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="fb-setting-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="fb-setting-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="fb-setting-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$fbSetting = new Mortezamasumi\FbSetting();
echo $fbSetting->echoPhrase('Hello, Mortezamasumi!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Morteza Masumi](https://github.com/mortezamasumi)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance81

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

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 ~10 days

Recently: every ~54 days

Total

32

Last Release

30d ago

Major Versions

v1.0.0 → v2.0.02025-07-29

v2.0.0 → v3.0.02025-07-29

v3.0.0 → v4.0.02025-07-29

PHP version history (2 changes)v1.0.0PHP ^8.2

v4.0.10PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/41052038?v=4)[M.M](/maintainers/mortezamasumi)[@mortezamasumi](https://github.com/mortezamasumi)

---

Top Contributors

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

---

Tags

laravelmortezamasumifb-setting

###  Code Quality

TestsPest

### Embed Badge

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

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

###  Alternatives

[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M24](/packages/ysfkaya-filament-phone-input)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94135.4k5](/packages/marcelweidum-filament-expiration-notice)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)

PHPackages © 2026

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