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

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

ialopezg/config
===============

Configuration file manager

v0.0.2(5y ago)29MITPHPPHP ^5.6 || ^7.0

Since Sep 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ialopezg/config)[ Packagist](https://packagist.org/packages/ialopezg/config)[ RSS](/packages/ialopezg-config/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Configuration File Manager
==========================

[](#configuration-file-manager)

PHP based Configuration file manager

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

[](#installation)

```
composer require ialopezg/config
```

Features
--------

[](#features)

- Exceptions handling.
- PHP configuration reader and writer.
- Configuration File Manager.

Requirements
------------

[](#requirements)

- PHP 5.6+

Usage
-----

[](#usage)

```
use ialopezg\Libraries\Config\Config;

$config = Config::load('database.php');

// Get the value
echo $config->get('database.connections.default.db_driver');
// Change the value
$config->set('database.connections.default.db_driver', 'MSSQL');
// Print new value
echo $config->get('database.connections.default.db_driver');

// Write the file
$config->toFile('database.php');
```

Please, check `examples` directory for more details of usage.

License
-------

[](#license)

This project is under the MIT license. For more information see See [LICENSE](LICENSE).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

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

2070d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f97c20d9309952abd3cadf77f087307284d35ae6c484de3441eec36dbd5c93c?d=identicon)[ialopezg](/maintainers/ialopezg)

---

Tags

configconfigsconfigurationconfiguration-fileconfiguration-filesconfiguration-managementphp

### Embed Badge

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

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

###  Alternatives

[neitanod/forceutf8

PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.

1.6k22.2M98](/packages/neitanod-forceutf8)[commerceguys/enum

A PHP 5.4+ enumeration library.

961.9M7](/packages/commerceguys-enum)[danog/better-prometheus

A better Prometheus library for PHP applications

13179.5k2](/packages/danog-better-prometheus)[wcm/git-php-hooks-library

A collection of Git PHP Hooks

1210.1k3](/packages/wcm-git-php-hooks-library)

PHPackages © 2026

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