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

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

nuvo-code/config
================

A simple configuration library

1.0.0(1y ago)0127MITPHPPHP &gt;=8.2

Since Dec 22Pushed 1y agoCompare

[ Source](https://github.com/Nuvo-Code/config)[ Packagist](https://packagist.org/packages/nuvo-code/config)[ RSS](/packages/nuvo-code-config/feed)WikiDiscussions master Synced 1mo ago

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

Config
======

[](#config)

The config package provides a simple way to manage configuration values. You can define NUVO\_CONFIG\_FILE environment variable to override the default config file.
Default config file is `.nuvo.yml`.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

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

[](#installation)

You can install the package via Composer:

```
composer require nuvo-code/config

```

After installing, you need to create a config file named `.nuvo.yml` in your project root directory. Or you can override the default config file by setting the `NUVO_CONFIG_FILE` environment variable.

Usage
-----

[](#usage)

```
use NuvoCode\Config\Config;

$config = new Config();

$config->set('key', 'value');

$value = $config->get('key');

$value = $config->get('key', 'default');
```

Facade
------

[](#facade)

```
use NuvoCode\Config\Facades\VersionManager;

$version = new VersionManager();

$version->updateVersion('major'); // It will update version to 2.0.0
$version->updateVersion('minor'); // It will update version to 1.1.0
$version->updateVersion('patch'); // It will update version to 1.0.1
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance40

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

512d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/79da0545b9876deec0ba93e476fad55022dc3179a1a49c7e9ff135c98c2ff7bc?d=identicon)[ozerozdas](/maintainers/ozerozdas)

---

Top Contributors

[![ozerozdas](https://avatars.githubusercontent.com/u/30004132?v=4)](https://github.com/ozerozdas "ozerozdas (10 commits)")

---

Tags

laravelnuvo codeconfig library

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4205.3M84](/packages/livewire-volt)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)[whitecube/laravel-timezones

Store UTC dates in the database and work with custom timezones in the application.

106106.2k](/packages/whitecube-laravel-timezones)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[forxer/laravel-gravatar

A library providing easy gravatar integration in a Laravel project.

4235.6k](/packages/forxer-laravel-gravatar)

PHPackages © 2026

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