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

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

sitic/settings
==============

Categories for Project Settings

00PHP

Since Sep 13Pushed 4y agoCompare

[ Source](https://github.com/SITICSK/settings)[ Packagist](https://packagist.org/packages/sitic/settings)[ RSS](/packages/sitic-settings/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Settings
========

[](#settings)

This package is for creating Setting Categories. Recommened with some of direct settings package.

### LUMEN Implementation

[](#lumen-implementation)

### 1. Install the package

[](#1-install-the-package)

```
composer require sitic/settings

```

### 2. Add in **bootstrap/app.php**

[](#2-add-in-bootstrapappphp)

**Config Files**

```
/*
|--------------------------------------------------------------------------
| Register Config Files
|--------------------------------------------------------------------------
|
| Now we will register the "app" configuration file. If the file exists in
| your configuration directory it will be loaded; otherwise, we'll load
| the default version. You may register other files below as needed.
|
*/
$app->configure('settings');
```

**Providers**

```
/*
|--------------------------------------------------------------------------
| Register Service Providers
|--------------------------------------------------------------------------
|
| Here we will register all of the application's service providers which
| are used to bind services into the container. Service providers are
| totally optional, so you are not required to uncomment this line.
|
*/
$app->register(\Sitic\Settings\SettingsServiceProvider::class);
```

### 3. Run migrations

[](#3-run-migrations)

```
php artisan migrate

```

### 4. Install default settings

[](#4-install-default-settings)

```
php artisan sitic:settings

```

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36508590?v=4)[Dávid Puzder](/maintainers/DavidPuzder)[@DavidPuzder](https://github.com/DavidPuzder)

### Embed Badge

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

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

PHPackages © 2026

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