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

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

paksuco/settings
================

WIP - Laravel settings page using options

1.0.2(5y ago)012MITPHPPHP &gt;=7.0.0

Since Aug 31Pushed 4y agoCompare

[ Source](https://github.com/paksuco/settings)[ Packagist](https://packagist.org/packages/paksuco/settings)[ RSS](/packages/paksuco-settings/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

Laravel Package Template
========================

[](#laravel-package-template)

Configuration
-------------

[](#configuration)

This repository is template for building a new package. Some changes to the files are needed in order to represent a new package.

### composer.json

[](#composerjson)

Edit `composer.json` to reflect the package information. At a minimum, the package name and autoload lines should be changed so that "vendor/package" reflects the name and namespace of the new package.

```
{
    "name": "vendor/package",
    "autoload": {
        "psr-4": {
            "Paksuco\\Settings\\": "src/"
        }
    },
},
```

### config/pages-ui.php

[](#configpages-uiphp)

The file `config/pages-ui.php` should be renamed to to something more useful, like `config/my-package.php`. This is the configuration file that Laravel will publish into it's `config` directory.

### src/ServiceProvider.php

[](#srcserviceproviderphp)

Open up `src/ServiceProvider.php` as well. At a minimum the namespace has to be changed (it needs to match the PSR-4 namespace you set in `composer.json`).

In the `boot()` method, comment out or uncomment the components your package will need. For example, if the package only has a configuration, then everything can be commented out except the `handleConfigs()` call:

```
public function boot() {
    $this->handleConfigs();
    // $this->handleMigrations();
    // $this->handleViews();
    // $this->handleTranslations();
    // $this->handleRoutes();
}
```

In the `handleConfigs()` method, the "pages-ui" references should be changed to the name you chose up above (in the `config/pages-ui.php` instructions).

### Last Step

[](#last-step)

Update the `LICENSE` file as required (make sure it matches what you said your package's license is in `composer.json`).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

Total

3

Last Release

1894d ago

### Community

Maintainers

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

---

Top Contributors

[![tpaksu](https://avatars.githubusercontent.com/u/3295?v=4)](https://github.com/tpaksu "tpaksu (15 commits)")

---

Tags

laravelSettingsoptionsui

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[livewire/flux

The official UI component library for Livewire.

9385.0M85](/packages/livewire-flux)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[prologue/alerts

Prologue Alerts is a package that handles global site messages.

3486.1M30](/packages/prologue-alerts)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)

PHPackages © 2026

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