PHPackages                             microweber-packages/laravel-config-extended - 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. microweber-packages/laravel-config-extended

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

microweber-packages/laravel-config-extended
===========================================

Config rewrite for Laravel. Allows to save key and values in config files.

v1.2(1y ago)130.9k—0%MITPHPCI failing

Since May 29Pushed 1y ago2 watchersCompare

[ Source](https://github.com/microweber-packages/laravel-config-extended)[ Packagist](https://packagist.org/packages/microweber-packages/laravel-config-extended)[ Docs](http://microweber.com)[ RSS](/packages/microweber-packages-laravel-config-extended/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

Laravel Extended Config
=======================

[](#laravel-extended-config)

[![tests](https://github.com/microweber-packages/laravel-config-extended/workflows/tests/badge.svg)](https://github.com/microweber-packages/laravel-config-extended/actions?query=workflow:%22tests%22)[![Latest Version on Packagist](https://camo.githubusercontent.com/4e2e7e3b2f5bf4e4d003a8785ecbe2748702e1d74043437209a1fffbba5b4b6f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6963726f77656265722d7061636b616765732f6c61726176656c2d636f6e6669672d657874656e6465642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/microweber-packages/laravel-config-extended)

Config class to use in Microweber CMS for Laravel. It allows saving of the config file.

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

[](#installation)

Use composer to install the package:

```
composer require microweber-packages/laravel-config-extended
```

Usage
-----

[](#usage)

The Laravel Extended Config package extends Laravel's default configuration system by adding a save method. This allows you to persistently save configuration changes. Here's a basic example:

```
use Illuminate\Support\Facades\Config;

// Set a value
Config::set('app.name', 'New App Name');

// Save the changes
Config::save(['app']);
```

In this example, the app.name configuration value is changed and then saved. The save method takes an array of configuration files to save. In this case, it saves the app configuration file.

Testing
-------

[](#testing)

Run the tests with:

```
composer test
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance45

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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

Total

3

Last Release

431d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4dc06e05e127ad3192ef9797ace808069687140538add8e6dbad34ce50bcd1f8?d=identicon)[boksiora](/maintainers/boksiora)

![](https://avatars.githubusercontent.com/u/50577633?v=4)[Bozhidar Slaveykov](/maintainers/bobimicroweber)[@bobimicroweber](https://github.com/bobimicroweber)

---

Top Contributors

[![peter-mw](https://avatars.githubusercontent.com/u/5698247?v=4)](https://github.com/peter-mw "peter-mw (6 commits)")

### Embed Badge

![Health badge](/badges/microweber-packages-laravel-config-extended/health.svg)

```
[![Health](https://phpackages.com/badges/microweber-packages-laravel-config-extended/health.svg)](https://phpackages.com/packages/microweber-packages-laravel-config-extended)
```

###  Alternatives

[crazycodr/standard-exceptions

This project is aimed at providing additional standard exceptions to php. Many exceptions that are missing from the SPL are constantly being reproduced in different projects. By providing a package of high-quality, well organised exceptions, it will, in the long run, increase interoperability between projects.

146215.2k7](/packages/crazycodr-standard-exceptions)[symfonycasts/micro-mapper

A tiny, underwhelming data mapper to map one object to another!

82597.6k](/packages/symfonycasts-micro-mapper)[setono/editorjs-php

PHP library for handling data from the EditorJS

4255.2k1](/packages/setono-editorjs-php)[vaimo/composer-changelogs

Provide information about package changes based on changelog files that are bundled with releases; provide tools for generating documentation files from changelog sources

11150.5k10](/packages/vaimo-composer-changelogs)[arandilopez/laravel-feed-parser

Laravel and Lumen rss feed parser

1235.6k](/packages/arandilopez-laravel-feed-parser)

PHPackages © 2026

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