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 yesterday

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 57% of packages

Maintenance38

Infrequent updates — may be unmaintained

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

557d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/30004132?v=4)[Mehmet Özer Özdaş](/maintainers/ozerozdas)[@ozerozdas](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M984](/packages/statamic-cms)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

3.0k37.6M134](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k14.2M63](/packages/knuckleswtf-scribe)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[firefly-iii/data-importer

Firefly III Data Import Tool.

8035.8k](/packages/firefly-iii-data-importer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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