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

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

subscribo/config
================

Config package for reading configuration

v0.1.0(9y ago)0791MITPHPPHP ^5.4 || ^7.0

Since Nov 26Pushed 9y ago2 watchersCompare

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

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

Config Package
==============

[](#config-package)

Config package for reading configuration

1. Installation
---------------

[](#1-installation)

1.1 Add repository containing this package to your project's composer.json

(note: you need to have access to this repository as well as to resources it points to)

1.2 Add to your project's composer.json dependency under "require" key (note: do not add trailing comma if it is the last item listed)

```
    "subscribo/config": "^0.1.0",
```

1.3 You might need to add (to the same place as in 1.2) also dependencies suggested in this package's composer.json, especially:

```
    "subscribo/environment": "^0.1.0",
```

1.4 If you are using Laravel (5.0), you might want to add

```
    '\\Subscribo\\Config\\Integration\\Laravel\\ConfigServiceProvider',
```

under 'providers' key in config/app.php file.

or

```
    if (class_exists('\\Subscribo\\Config\\Integration\\Laravel\\ConfigServiceProvider')) {
        $app->register('\\Subscribo\\Config\\Integration\\Laravel\\ConfigServiceProvider');
    }
```

in bootstrap/app.php for conditional registration

Note: If used with package adding these dependencies and/or registering this service provider for you, respective steps might not be necessary.

2.1 Note

This package uses or extends symfony/config package

Might contain third party code or part(s) of third party code (e.g. (parts of) Laravel framework - of parts of Symfony/Config or Symfony documentation -  )

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

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

3504d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/192c884dfa291e6d6b1b98a08a8343508aaaf3e7e00716d5b80eae5eb303a999?d=identicon)[subscribo](/maintainers/subscribo)

---

Top Contributors

[![slavo2](https://avatars.githubusercontent.com/u/9358298?v=4)](https://github.com/slavo2 "slavo2 (8 commits)")

---

Tags

laravelconfigsubscribo

### Embed Badge

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

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

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M551](/packages/shopware-core)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k12](/packages/2lenet-crudit-bundle)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k59](/packages/open-dxp-opendxp)[perplorm/perpl

Perpl is an improved and still maintained fork of Propel2, an open-source Object-Relational Mapping (ORM) for PHP.

2411.8k](/packages/perplorm-perpl)

PHPackages © 2026

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