PHPackages                             smart-cms/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. [Caching](/categories/caching)
4. /
5. smart-cms/settings

ActiveLibrary[Caching](/categories/caching)

smart-cms/settings
==================

This package provides a simple way to manage settings in a Laravel application stored in the database with efficient caching.

v1.0.3(12mo ago)01.6k1MITPHPPHP ^8.2CI passing

Since Jun 25Pushed 11mo agoCompare

[ Source](https://github.com/Smart-CMS/settings)[ Packagist](https://packagist.org/packages/smart-cms/settings)[ Docs](https://github.com/smart-cms/settings)[ RSS](/packages/smart-cms-settings/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (13)Versions (6)Used By (1)

This is my package settings
===========================

[](#this-is-my-package-settings)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f59de83c6406785547f4f65f56d7cc4b4da275d56ad3319fd72b9d376b8a198f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736d6172742d636d732f73657474696e67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/smart-cms/settings)[![GitHub Tests Action Status](https://camo.githubusercontent.com/e1f70004f6a2b3a33c656f7bbffa1bed36d9d18654793d3ca90a03e940493f01/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736d6172742d636d732f73657474696e67732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/smart-cms/settings/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/e3dd0837c81f70decdeb9a30e7d8462439edc2707cd065da22423fae9f710f95/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736d6172742d636d732f73657474696e67732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/smart-cms/settings/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/c3efbf5db5270ab1479a031d64062577e20f2c45d2b511381eb1d93ab1b6c80d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736d6172742d636d732f73657474696e67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/smart-cms/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/460b4875cd09ede3e44c6122bcea43a5af7ae8f957c2b05ffdeb9b281646d22c/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f73657474696e67732e6a70673f743d31)](https://spatie.be/github-ad-click/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 smart-cms/settings
```

You can publish and run the migrations with:

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

You can publish the config file with:

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

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

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

Usage
-----

[](#usage)

```
$settings = new SmartCms\Settings();
echo $settings->echoPhrase('Hello, SmartCms!');
```

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)

- [maxboyko](https://github.com/smart-cms)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance51

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity53

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

Total

5

Last Release

361d ago

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

1.x-devPHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/206040389?v=4)[Smart-CMS](/maintainers/Smart-CMS)[@Smart-CMS](https://github.com/Smart-CMS)

---

Top Contributors

[![MaxBoiko21](https://avatars.githubusercontent.com/u/92517114?v=4)](https://github.com/MaxBoiko21 "MaxBoiko21 (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")[![Smart-CMS](https://avatars.githubusercontent.com/u/206040389?v=4)](https://github.com/Smart-CMS "Smart-CMS (1 commits)")

---

Tags

laravelSettingsSmartCms

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.8k3](/packages/defstudio-telegraph)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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