PHPackages                             astatroth/laravel-config - 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. astatroth/laravel-config

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

astatroth/laravel-config
========================

An extension of the Config component, it adds the ability to write to configuration files.

1.0.0(9y ago)1343MITPHPPHP &gt;=5.4

Since Mar 1Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Astatroth/laravel-config)[ Packagist](https://packagist.org/packages/astatroth/laravel-config)[ RSS](/packages/astatroth-laravel-config/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Laravel Config
==============

[](#laravel-config)

[![Total Downloads](https://camo.githubusercontent.com/fc1e6295b9bb2cab3f7f06179f6c1c18416b89338af96c5e9940b83959146c60/68747470733a2f2f706f7365722e707567782e6f72672f6173746174726f74682f6c61726176656c2d636f6e6669672f642f746f74616c2e737667)](https://packagist.org/packages/astatroth/laravel-config)

An extension of the Config component, it adds the ability to write to configuration files. Compatible with Laravel 5.2.

Based on \[daftspunk/laravel-config-writer\] ()

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

[](#installation)

Add Laravel Config to your `composer.json` file:

```
"astatroth/laravel-config": "~1.0"

```

and run `composer update` or `composer install`.

Another way is to require the package:

```
composer require astatroth/laravel-config

```

Next, add the package service provider to your `app/config.php`:

```
Astatroth\LaravelConfig\LaravelConfigServiceProvider::class,
```

That's it!

Usage
-----

[](#usage)

Usage is as simple as

```
Config::write($key, $value);
```

Have fun! :)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

2

Last Release

3408d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9015943?v=4)[Astatroth](/maintainers/Astatroth)[@Astatroth](https://github.com/Astatroth)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/astatroth-laravel-config/health.svg)

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

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

591.7k1](/packages/crumbls-layup)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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