PHPackages                             rickgoemans/laravel-user-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. rickgoemans/laravel-user-settings

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

rickgoemans/laravel-user-settings
=================================

Laravel package for managing user settings

v4.0.0(1mo ago)0175[1 PRs](https://github.com/rickgoemans/laravel-user-settings/pulls)MITPHPPHP ^8.4CI passing

Since May 22Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/rickgoemans/laravel-user-settings)[ Packagist](https://packagist.org/packages/rickgoemans/laravel-user-settings)[ Docs](https://github.com/rickgoemans/laravel-user-settings)[ RSS](/packages/rickgoemans-laravel-user-settings/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (28)Versions (24)Used By (0)

Laravel package for managing user settings
==========================================

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/b36da0014f0c5354c68f2caa519aa2d254ead843bac5c90111b920f7d5ef6702/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7269636b676f656d616e732f6c61726176656c2d757365722d73657474696e67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rickgoemans/laravel-user-settings)[![GitHub Tests Action Status](https://camo.githubusercontent.com/fed9bb04387f3662c7dfc90b534e1bd5541ad0ad50af78d3485dd609be6a7e6e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7269636b676f656d616e732f6c61726176656c2d757365722d73657474696e67732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/rickgoemans/laravel-user-settings/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/17fbe18a1bb5e337effc623fbc52be685d26d41cf70ca8d8076c27eafe00cc2e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7269636b676f656d616e732f6c61726176656c2d757365722d73657474696e67732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/rickgoemans/laravel-user-settings/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/aa1f79c69e7ce797ec739bd7498b366ea82a6ca6eee163896b6007a59af1f1fb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7269636b676f656d616e732f6c61726176656c2d757365722d73657474696e67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rickgoemans/laravel-user-settings)

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

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/a4d8d6870138e1521481c4402a3b76d23a4c6e0d2f2dc2c86fa7f00c7ce0fea5/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d757365722d73657474696e67732e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-user-settings)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require rickgoemans/laravel-user-settings
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="user-settings-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="user-settings-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="user-settings-views"
```

Usage
-----

[](#usage)

```
$laravelUserSettings = new Rickgoemans\LaravelUserSettings();
echo $laravelUserSettings->echoPhrase('Hello, Rickgoemans!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Rick Goemans](https://github.com/rickgoemans)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance92

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 75.5% 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 ~61 days

Recently: every ~187 days

Total

18

Last Release

41d ago

Major Versions

v0.8.1 → v1.02023-06-30

v1.0.2 → v2.0.02024-03-13

v2.0.2 → v3.0.02025-02-28

v3.0.0 → v4.0.02026-04-02

PHP version history (3 changes)v0.1PHP ^8.1

v2.0.0PHP ^8.2

v4.0.0PHP ^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7813679?v=4)[Rick Goemans](/maintainers/rickgoemans)[@rickgoemans](https://github.com/rickgoemans)

---

Top Contributors

[![rickgoemans](https://avatars.githubusercontent.com/u/7813679?v=4)](https://github.com/rickgoemans "rickgoemans (71 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (21 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravelrickgoemanslaravel-user-settings

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/rickgoemans-laravel-user-settings/health.svg)

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

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M627](/packages/spatie-laravel-data)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

188.5k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

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