PHPackages                             kamekun/kame-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. kamekun/kame-settings

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

kamekun/kame-settings
=====================

Settings Module for KaMe a simple laravel CMS

0.2.6(4y ago)010MITPHPPHP ^7.3|^8.0

Since Jan 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kamekun/kame-settings)[ Packagist](https://packagist.org/packages/kamekun/kame-settings)[ RSS](/packages/kamekun-kame-settings/feed)WikiDiscussions master Synced 4w ago

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

KaMe Settings
=============

[](#kame-settings)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5e3dee847ed43cc072e2cacfa2c05a0c2a93b1bf49e8e360cbeb71126ae1f3a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b616d656b756e2f6b616d652d73657474696e67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kamekun/kame-settings)[![Total Downloads](https://camo.githubusercontent.com/e6818938171ac332409dad023275cccd35ca66cfa1adbbd773bb9f27a3a0ae12/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b616d656b756e2f6b616d652d73657474696e67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kamekun/kame-settings)

This package provides the settings module for the *KAME*, a simple cms made with laravel, livewire and tailwind.

### Requirements

[](#requirements)

```
PHP >= 7.3|8.0
Laravel >=7.X

```

### Installation

[](#installation)

Install via composer:

```
composer require kamekun/kame-settings
```

### Publish

[](#publish)

Publish config file.

```
php artisan vendor:publish --tag="Kamekun\\KameSettings\\KameSettingsServiceProvider"
```

### Configure

[](#configure)

You can change the options of your app from `config/kame-settings.php` file

### Database

[](#database)

Create table for database Model

```
php artisan migrate
```

### Facade

[](#facade)

```
// Parameters: key, value
Setting::get('foo', 'default');
// Parameters: key, value, readOnly (optional, default false)
Setting::set('foo', 'default', true);
// Note: (ReadOnly attributes are for properties/configuration that shouldn't delete from the backend panel)
```

### Blade Directive

[](#blade-directive)

You can get the settings directly in your blade templates using the helper method or the blade directive like `@setting('foo')`

### Changelog

[](#changelog)

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

### Contributing

[](#contributing)

I am open to contributions to this package, and will do the best I can to maintain it over time. Pull requests are welcome, and in fact encouraged. Right now there are no specific guidelines for a PR.

### Road Map

[](#road-map)

Some considerations for future versions:

- Add Support for caching Settings
- Add support for save / read settings from json file

### Credits and License

[](#credits-and-license)

- [KaMekuN](https://github.com/kamekun)
- Taylor Otwell and co. for Laravel
- Caleb Porzio for livewire
- Adam Wathan for Tailwind labs

This project is licensed under the MIT License - see the [License File](LICENSE) for details

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Total

8

Last Release

1576d ago

PHP version history (2 changes)0.1.0PHP ^7.1

0.2.3PHP ^7.3|^8.0

### Community

Maintainers

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

---

Top Contributors

[![kamekun](https://avatars.githubusercontent.com/u/4941976?v=4)](https://github.com/kamekun "kamekun (20 commits)")

---

Tags

cmslaravellivewiretailwindtailwindcsslaravelcmslivewirecrmkame-settings

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kamekun-kame-settings/health.svg)

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

###  Alternatives

[livewire/flux

The official UI component library for Livewire.

9385.0M85](/packages/livewire-flux)[mediconesystems/livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS

1.2k711.3k8](/packages/mediconesystems-livewire-datatables)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[mischasigtermans/laravel-altitude

Claude Code agents for the TALL stack, powered by Laravel Boost

1139.2k](/packages/mischasigtermans-laravel-altitude)

PHPackages © 2026

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