PHPackages                             stepanenko3/laravel-runtime-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. stepanenko3/laravel-runtime-config

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

stepanenko3/laravel-runtime-config
==================================

Runtime config based on collection for Laravel

v1.0.1(3y ago)6163MITPHPPHP &gt;=8.0

Since May 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/stepanenko3/laravel-runtime-config)[ Packagist](https://packagist.org/packages/stepanenko3/laravel-runtime-config)[ RSS](/packages/stepanenko3-laravel-runtime-config/feed)WikiDiscussions main Synced 1mo ago

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

Runtime Config
==============

[](#runtime-config)

[![Latest Version on Packagist](https://camo.githubusercontent.com/28ada2211d0ecd1e8426ed8fcc08e929de69e5d3ef409f37ca066e81afbc2008/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73746570616e656e6b6f332f6c61726176656c2d72756e74696d652d636f6e6669672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stepanenko3/laravel-runtime-config)[![Total Downloads](https://camo.githubusercontent.com/6f3944169fbf267943c4f14785019f4c8f1f64622e0c60201cc3f91f44d39fb2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73746570616e656e6b6f332f6c61726176656c2d72756e74696d652d636f6e6669672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stepanenko3/laravel-runtime-config)[![License](https://camo.githubusercontent.com/567143f2a92313f620a94b1544582a4538fff480445a4053e2791602861ea59c/68747470733a2f2f706f7365722e707567782e6f72672f73746570616e656e6b6f332f6c61726176656c2d72756e74696d652d636f6e6669672f6c6963656e7365)](https://packagist.org/packages/stepanenko3/laravel-runtime-config)

Description
-----------

[](#description)

Runtime config based on collection for Laravel

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

[](#requirements)

- `php: >=8.0`
- `laravel/framework: ^9.0`

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

[](#installation)

```
# Install the package
composer require stepanenko3/laravel-runtime-config
```

Usage
-----

[](#usage)

```
use Stepanenko3\LaravelRuntimeConfig\Facades\RuntimeConfig;

RuntimeConfig::putMany([
    'demo' => 100,
]);

RuntimeConfig::get('demo'); // result: 100
runtime_config('demo'); // result: 100
```

Credits
-------

[](#credits)

- [Artem Stepanenko](https://github.com/stepanenko3)

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

[](#contributing)

Thank you for considering contributing to this package! Please create a pull request with your contributions with detailed explanation of the changes you are proposing.

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

1454d ago

### Community

Maintainers

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

---

Top Contributors

[![stepanenko3](https://avatars.githubusercontent.com/u/31134245?v=4)](https://github.com/stepanenko3 "stepanenko3 (3 commits)")

---

Tags

laravelconfigstore

### Embed Badge

![Health badge](/badges/stepanenko3-laravel-runtime-config/health.svg)

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

###  Alternatives

[akaunting/laravel-setting

Persistent settings package for Laravel

495805.1k7](/packages/akaunting-laravel-setting)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[bpocallaghan/generators

Custom Laravel File Generators with config and publishable stubs.

11965.8k3](/packages/bpocallaghan-generators)

PHPackages © 2026

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