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

ActiveLibrary

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 2mo 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 32% 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

3457d 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

[pragmarx/yaml

Load your Laravel config files using yaml

1152.8M29](/packages/pragmarx-yaml)[akaunting/laravel-setting

Persistent settings package for Laravel

495805.1k7](/packages/akaunting-laravel-setting)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)

PHPackages © 2026

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