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

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

rasim/config
============

Config Writer for Laravel 4

51.2kPHP

Since Dec 17Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Config Writer for Laravel 4

==================

[![Total Downloads](https://camo.githubusercontent.com/5387bc678db7ec56c13b921be0c2af11cc4e6c3475eb095c57e0f51f184cb622/68747470733a2f2f706f7365722e707567782e6f72672f726173696d2f636f6e6669672f646f776e6c6f6164732e737667)](https://packagist.org/packages/rasim/config)

Features by daftspunk/laravel-config-writer with additions by myself.

For Laravel 5 original repo:

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

[](#installation)

- In composer.json;

```
"rasim/config": "dev-master"
```

- In app.php

```
'Rasim\Config\ConfigWriterServiceProvider',
```

Usage
-----

[](#usage)

```
Config::write("__FILE.CONFIG__","__VALUE__","__FOLDER__");
```

```
__FOLDER__ (optional)
default path folder: config
```

Single Write

```
Config::write("app.url","www.domain.com"); // path: config/app.php "url" editing.
Config::write("app.url","www.domain.com","config"); //  path: config/app.php "url" editing.
Config::write("reminders.sent","Sent Password!","lang/en"); // path: lang/en/reminders.php "sent" editing.
```

Multi Write

```
Config::write(["app.url","app.locale"],["www.domain.com","tr"]);
Config::write(["reminders.sent","app.url"],["Sent Password!","www.domain.com"],["lang/en",""]);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a96f19c173953360c6205f60956dbd31c5c30c1f7592ceb8fe238bfe26ea45c?d=identicon)[RaSiM](/maintainers/RaSiM)

---

Top Contributors

[![rasim](https://avatars.githubusercontent.com/u/983327?v=4)](https://github.com/rasim "rasim (11 commits)")

### Embed Badge

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

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

###  Alternatives

[tatter/themes

Lightweight theme manager for CodeIgniter 4

1710.2k2](/packages/tatter-themes)

PHPackages © 2026

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