PHPackages                             skaffold/configuration - 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. skaffold/configuration

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

skaffold/configuration
======================

A simple configuration repository.

v0.1.0(5y ago)013MITPHP

Since Dec 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Skaffold/configuration)[ Packagist](https://packagist.org/packages/skaffold/configuration)[ RSS](/packages/skaffold-configuration/feed)WikiDiscussions master Synced 3w ago

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

Configuration Repository
========================

[](#configuration-repository)

The configuration repository is a simple class and contract to handle getting and setting of configuration data.

To install
----------

[](#to-install)

`composer require skaffold/configuration`

Getting started
---------------

[](#getting-started)

The configuration repository accepts an optional array of initial configuration keys. From there you have several methods to assist you when interacting with the configuration data. See below.

```
use Skaffold\Configuration\ConfigurationRepository;

$config = new ConfigurationRepository;

// Sets "key" to the value of "value"
$config->set('key', 'value');

// Attempts to get "key" if it is not found, defaults to "Some default value" over null
$config->get('key', 'Some default value');

// Deletes the specified key from the repository
$config->delete('key');

// Retrieves all the values from the repository
$config->all();

// Removes all the keys from the repository
$config->flush();
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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

2011d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3dca3c3ac71024f7878526a0fe0a384fbf198ed711fe7e7bb34177a1dbc849f6?d=identicon)[golthem](/maintainers/golthem)

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/skaffold-configuration/health.svg)

```
[![Health](https://phpackages.com/badges/skaffold-configuration/health.svg)](https://phpackages.com/packages/skaffold-configuration)
```

PHPackages © 2026

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