PHPackages                             ghalambaz/config-file-manager - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. ghalambaz/config-file-manager

ActiveLibrary[File &amp; Storage](/categories/file-storage)

ghalambaz/config-file-manager
=============================

config(key-value) file editor for PHP

1(7y ago)12261Apache-2.0PHPPHP &gt;=5.4.0

Since Dec 5Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ghalambaz/ConfigFileManager)[ Packagist](https://packagist.org/packages/ghalambaz/config-file-manager)[ Docs](https://github.com/ghalambaz/ConfigFileManager)[ RSS](/packages/ghalambaz-config-file-manager/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (1)

### Config File Manager

[](#config-file-manager)

> this class written 5 years ago . it's better to not use regular expressions for performance and faster interpreting . this project is just for ... !

you may have file like this in your projects

**\#config.ini**

> Title=My App
> TemplateDirectory=temp dir

start with create new instance of **ConfigFileManager**

```
    $config = new ConfigFileManager('configs/config.ini');  //opening file config.ini from configs directory

    echo $config->Title;  //read  "Title" value which is equal to  "My App"

    $config->Title = "Your App";  //changing value of "Title"

    $config->save();  //save changes to config.ini easily
```

### installation

[](#installation)

---

`composer require ghalambaz/config-file-manager `

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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

Unknown

Total

1

Last Release

2715d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6c3317e11f669eff818a189c28782be901c969151854e641e1ba773292d0d75f?d=identicon)[ghalambaz](/maintainers/ghalambaz)

---

Top Contributors

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

---

Tags

configuration-managementini-parserphpconfigfileiniedit

### Embed Badge

![Health badge](/badges/ghalambaz-config-file-manager/health.svg)

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

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k639.1M2.2k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[knplabs/knp-gaufrette-bundle

Allows to easily use the Gaufrette library in a Symfony project

72528.6M91](/packages/knplabs-knp-gaufrette-bundle)[league/flysystem-local

Local filesystem adapter for Flysystem.

226231.8M39](/packages/league-flysystem-local)[league/flysystem-memory

In-memory filesystem adapter for Flysystem.

8533.6M194](/packages/league-flysystem-memory)

PHPackages © 2026

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