PHPackages                             bogosoft/configuration - 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. bogosoft/configuration

ActiveLibrary

bogosoft/configuration
======================

Application configuration contracts and minimal implementations for PHP 7.4+

3.0.0(6y ago)0331MITPHPPHP &gt;=7.4CI failing

Since Nov 25Pushed 6y ago1 watchersCompare

[ Source](https://github.com/bogosoft-php/configuration)[ Packagist](https://packagist.org/packages/bogosoft/configuration)[ RSS](/packages/bogosoft-configuration/feed)WikiDiscussions develop Synced 1w ago

READMEChangelogDependencies (2)Versions (6)Used By (1)

bogosoft/configuration
======================

[](#bogosoftconfiguration)

This library contains contracts and implementations for working with application configurations.

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

[](#requirements)

- PHP 7.4+
- `bogosoft/core`

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

[](#installation)

```
composer require bogosoft/configuration
```

Usage
-----

[](#usage)

```
#
# Start with an array of values.
#
$values = [
    'database:customers:host'     => 'db.example.com',
    'database:customers:password' => '12345',
    'database:customers:port'     => '3306',
    'database:customers:username' => 'root'
];

#
# Convert the array into a configuration.
#
$config = new Bogosoft\Configuration\SimpleConfiguration($values);

#
# Values can be access from the configuration as if it were an array.
#
$port = $config->get('database:customers:port'); // Returns, '3306'.
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

5

Last Release

2341d ago

Major Versions

1.1.0 → 2.0.02019-12-13

2.0.1 → 3.0.02019-12-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/8530564fb9452a6b97b54c5cfd4da24f7f69667c217b8e37f99a593966029cdd?d=identicon)[bogocles](/maintainers/bogocles)

---

Tags

configurationconfig

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bogosoft-configuration/health.svg)

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

###  Alternatives

[symfony/options-resolver

Provides an improved replacement for the array\_replace PHP function

3.2k493.9M1.6k](/packages/symfony-options-resolver)[league/config

Define configuration arrays with strict schemas and access values with dot notation

564302.2M24](/packages/league-config)[hassankhan/config

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

97513.5M170](/packages/hassankhan-config)[dflydev/dot-access-configuration

Given a deep data structure representing a configuration, access configuration by dot notation.

13414.5M4](/packages/dflydev-dot-access-configuration)[dmishh/settings-bundle

Database centric Symfony configuration management. Global and per-user settings supported.

115254.9k1](/packages/dmishh-settings-bundle)[sandrokeil/interop-config

Provides interfaces and a concrete implementation to create instances depending on configuration via factory classes and ensures a valid config structure. It can also be used to auto discover factories and to create configuration files.

58446.7k34](/packages/sandrokeil-interop-config)

PHPackages © 2026

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