PHPackages                             dcodegroup/laravel-configuration - 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. dcodegroup/laravel-configuration

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

dcodegroup/laravel-configuration
================================

Simple package which dcode uses to handle application configuration and setting storage from third parties

0.2.4(1y ago)27.6k↑143.9%3MITPHPPHP ^7.4|^8.0

Since Sep 29Pushed 1y ago2 watchersCompare

[ Source](https://github.com/DCODE-GROUP/laravel-configuration)[ Packagist](https://packagist.org/packages/dcodegroup/laravel-configuration)[ RSS](/packages/dcodegroup-laravel-configuration/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (10)Used By (3)

Laravel Configuration
=====================

[](#laravel-configuration)

This package provides a central way to store Laravel configuration and settings.

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

[](#installation)

You can install the package via composer:

```
composer require dcodegroup/laravel-configuration
```

Then run the install command.

```
php artisan laravel-configuration:install
```

This will publish the migration file.

Run the migrations

```
php artisan migrate
```

Usage
-----

[](#usage)

A model is made available `Dcodegroup\LaravelConfiguration\Models\Configuration.php` You can use this as is or extend it via your own model.

Basic usage is like any other laravel model

```
Configuration::create([
  'name' => 'xero_leave_types',
  'value' => $data
]);
```

There are poly morphic fields on the table so you may also make a polymorphic relations to the configurations table if needed.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance42

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community11

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

Recently: every ~257 days

Total

9

Last Release

505d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelconfigurationSettingsdcode

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/dcodegroup-laravel-configuration/health.svg)

```
[![Health](https://phpackages.com/badges/dcodegroup-laravel-configuration/health.svg)](https://phpackages.com/packages/dcodegroup-laravel-configuration)
```

###  Alternatives

[akaunting/laravel-setting

Persistent settings package for Laravel

495805.1k7](/packages/akaunting-laravel-setting)[torann/registry

Laravel registry manager for application configurations

222.0k](/packages/torann-registry)

PHPackages © 2026

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