PHPackages                             chuckrincon/lumen-config-discover - 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. [Framework](/categories/framework)
4. /
5. chuckrincon/lumen-config-discover

ActiveLibrary[Framework](/categories/framework)

chuckrincon/lumen-config-discover
=================================

Load your Lumen configuration files with ease using the Service Providers.

1.0.1(6y ago)670.1k↓41.9%1MITPHP

Since Aug 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/chuckrincon/lumen-config-discover)[ Packagist](https://packagist.org/packages/chuckrincon/lumen-config-discover)[ Docs](https://github.com/chuckrincon/lumen-config-discover)[ RSS](/packages/chuckrincon-lumen-config-discover/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (1)

Lumen Config Discover
=====================

[](#lumen-config-discover)

Lumen Config Discover is a package to your configuration files with ease using the power of the `Service Providers`.

Why? Lumen does not support config files?
-----------------------------------------

[](#why-lumen-does-not-support-config-files)

Actually, Lumen does support custom configuration files, but they need to be [enabled first](https://lumen.laravel.com/docs/5.8/configuration#accessing-configuration-values).
And to be honest, if you have a lot of `config` this method will be a little messy.

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

[](#installation)

Use composer to install Lumen Config Discover.

```
composer require chuckrincon/lumen-config-discover
```

Usage
-----

[](#usage)

After download the package form composer, you need to add the following line in your `bootstrap/app.php` file to register the provider.

```
$app->register(Chuckrincon\LumenConfigDiscover\DiscoverServiceProvider::class);
```

And that's all, you are ready to go:

How it works?
-------------

[](#how-it-works)

The `DiscoverServiceProvider` automatically search and validates if the config folder exists and map all the files in it, then will register all the folder configuration files, if the folder does not exists is throwing a `FileNotFoundException`.

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Author
------

[](#author)

👤 **Chuck Rincon**

- Twitter: [@chuckrincon](https://twitter.com/chuckrincon)
- Github: [@chuckrincon](https://github.com/chuckrincon)

Show your support
-----------------

[](#show-your-support)

Please ⭐️ this repository if this project helped you!

📝 License
---------

[](#-license)

Copyright © 2019 [Chuck Rincon](https://github.com/chuckrincon).
This project is [MIT](https://github.com/chuckrincon/lumen-config-discover/blob/master/LICENSE) licensed.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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

Every ~0 days

Total

2

Last Release

2460d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f45be3f7d79c48d20e9b41e96c11dc4d37b53fb12d0857582f5580c10cb929ba?d=identicon)[chuckrincon](/maintainers/chuckrincon)

---

Top Contributors

[![chuckrincon](https://avatars.githubusercontent.com/u/16218846?v=4)](https://github.com/chuckrincon "chuckrincon (5 commits)")

---

Tags

frameworklaravelconfiglumenservice provider

### Embed Badge

![Health badge](/badges/chuckrincon-lumen-config-discover/health.svg)

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

###  Alternatives

[saad/api-debugger

Easily debug your JSON API.

1170.1k](/packages/saad-api-debugger)[lushdigital/microservice-core

A set of core functionality and convenience classes for a Lumen microservice.

105.5k](/packages/lushdigital-microservice-core)

PHPackages © 2026

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