PHPackages                             streamcommon/excess-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. streamcommon/excess-configuration

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

streamcommon/excess-configuration
=================================

Provide default object based configuration

1.1.1(4y ago)05.2k↓100%[2 PRs](https://github.com/streamcommon/excess-configuration/pulls)2BSD-3-ClausePHPPHP ^7.3 || ^8.0

Since Feb 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/streamcommon/excess-configuration)[ Packagist](https://packagist.org/packages/streamcommon/excess-configuration)[ RSS](/packages/streamcommon-excess-configuration/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (7)Versions (12)Used By (2)

excess-configuration
====================

[](#excess-configuration)

[![Latest Stable Version](https://camo.githubusercontent.com/721ee61a41bef4b9cea42129c5edeb4db3c88d28b60b7b752d5edf8926459f21/68747470733a2f2f706f7365722e707567782e6f72672f73747265616d636f6d6d6f6e2f6578636573732d636f6e66696775726174696f6e2f762f737461626c65)](https://packagist.org/packages/streamcommon/excess-configuration)[![Total Downloads](https://camo.githubusercontent.com/52c789cb6a166b3afe4a3bc45e05964f4c6a78f7f7b8dd97d32e8ce242dade8f/68747470733a2f2f706f7365722e707567782e6f72672f73747265616d636f6d6d6f6e2f6578636573732d636f6e66696775726174696f6e2f646f776e6c6f616473)](https://packagist.org/packages/streamcommon/excess-configuration)[![License](https://camo.githubusercontent.com/b4bd4372193e54ea8d2a084ea1934e852efe9834adc3e38a49787d3e0ea51562/68747470733a2f2f706f7365722e707567782e6f72672f73747265616d636f6d6d6f6e2f6578636573732d636f6e66696775726174696f6e2f6c6963656e7365)](./LICENSE)

This package provide default excess object based configuration.

Branches
========

[](#branches)

[![Master](https://camo.githubusercontent.com/3fa4dd6b22d6ba39b4a6124ce262c7035f01b66bbcdce677bdbdb53665592249/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6272616e63682d6d61737465722d626c75652e737667)](https://github.com/streamcommon/excess-configuration/tree/master) [![Build Status](https://camo.githubusercontent.com/b2adbf6a640f560c65b8cf9e5b6f6c95bf4832c82967b4283c59c61afbb05533/68747470733a2f2f7472617669732d63692e6f72672f73747265616d636f6d6d6f6e2f6578636573732d636f6e66696775726174696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/streamcommon/excess-configuration) [![Coverage Status](https://camo.githubusercontent.com/14dae3e86809c6a0ac3f96443cc4160d808636bba4bf801ae1878a7b29408eb3/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f73747265616d636f6d6d6f6e2f6578636573732d636f6e66696775726174696f6e2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/streamcommon/excess-configuration?branch=master)

[![Develop](https://camo.githubusercontent.com/f9833e2ebd3338a783a834689428f7716e095680ae37b48ae7a950e73deef3f2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6272616e63682d646576656c6f702d626c75652e737667)](https://github.com/streamcommon/excess-configuration/tree/develop) [![Build Status](https://camo.githubusercontent.com/206a24e31cd8da748d561a01185cff6d64e7b5acc1ef58a8c38186298e6e8c48/68747470733a2f2f7472617669732d63692e6f72672f73747265616d636f6d6d6f6e2f6578636573732d636f6e66696775726174696f6e2e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/streamcommon/excess-configuration) [![Coverage Status](https://camo.githubusercontent.com/d76a08b3abd45ca5bee01460be784c4c2d22435aa3d9c387a5125596cd5e1736/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f73747265616d636f6d6d6f6e2f6578636573732d636f6e66696775726174696f6e2f62616467652e7376673f6272616e63683d646576656c6f70)](https://coveralls.io/github/streamcommon/excess-configuration?branch=develop)

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

[](#installation)

Console run:

```
    composer require streamcommon/excess-configuration
```

Or add into your `composer.json`:

```
    "require": {
        "streamcommon/excess-configuration": "*"
    }
```

Example
-------

[](#example)

```
    use Streamcommon\Excess\Configuration\{Credential, Connection};

    $credential = new Credential([
        'username' => 'user',
        'password' => 'password',
    ]);

    $connection = new Connection([
        'host' => 'localhost',
        'port' => 8080
    ]);
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity72

Established project with proven stability

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

Recently: every ~286 days

Total

8

Last Release

1501d ago

PHP version history (3 changes)1.0.0PHP ^7.2

1.0.8PHP ^7.3

1.1.1PHP ^7.3 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a435df1458c75a1a9760f611d3ba8058b3b6781ce55d3893249cb3fefd644ea?d=identicon)[streamcommon](/maintainers/streamcommon)

---

Top Contributors

[![aleksandr-yulin](https://avatars.githubusercontent.com/u/5064134?v=4)](https://github.com/aleksandr-yulin "aleksandr-yulin (28 commits)")

---

Tags

php-componentphp7zend-optionszend-stdlibstreamcommonobject based configurationobject parameterexcess configurationlaminas options

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[magento/magento-composer-installer

Composer installer for Magento modules

7523.3M315](/packages/magento-magento-composer-installer)[laminas/laminas-config-aggregator

Lightweight library for collecting and merging configuration from different sources

384.0M124](/packages/laminas-laminas-config-aggregator)[neilime/twbs-helper-module

Laminas (formerly Zend Framework) module for easy integration of Twitter Bootstrap

2198.7k](/packages/neilime-twbs-helper-module)[laminas/laminas-config-aggregator-parameters

PostProcessor extension for laminas/laminas-config-aggregator to allow usage of templated parameters within your configuration

1090.4k](/packages/laminas-laminas-config-aggregator-parameters)[streamcommon/promise

PHP-CLI promise implementation

152.0k](/packages/streamcommon-promise)

PHPackages © 2026

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