PHPackages                             becklyn/yaml-parameters - 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. becklyn/yaml-parameters

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

becklyn/yaml-parameters
=======================

Composer script handling the dist parameters file.

1.0.1(7y ago)2972BSD-3-ClausePHPPHP ^7.1

Since Jul 31Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Becklyn/YamlParameters)[ Packagist](https://packagist.org/packages/becklyn/yaml-parameters)[ Docs](https://github.com/Becklyn/YamlParameters)[ RSS](/packages/becklyn-yaml-parameters/feed)WikiDiscussions master Synced 2d ago

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

Yaml Parameters Handler
=======================

[](#yaml-parameters-handler)

Automates the installation workflow for `parameters.yaml` files.

Installation and Usage
----------------------

[](#installation-and-usage)

Add the following code to your `composer.json`:

```
{
    "require": {
        "becklyn/yaml-parameters-handler": "^1.0"
    },
    "scripts": {
        "yaml-parameters": [
            "Becklyn\\YamlParameters\\Script::handle"
        ],
        "post-install-cmd": [
            "@yaml-parameters"
        ],
        "post-update-cmd": [
            "@yaml-parameters"
        ]
    },
    "extra": {
        "parameters": "config/parameters.yaml"
    }
}
```

The `"extra"`-parameter is optional, it defaults to `config/parameters.yaml`. The `.dist` file must be named like the target file, with additional `.dist` infix before the extension (the default is `config/parameters.yaml -> config/parameters.dist.yaml`)

- All obsolete config will be removed without warning.
- The merging of `.dist` parameters only works for scalars and arrays.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Total

2

Last Release

2809d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1044355?v=4)[Becklyn Studios](/maintainers/becklyn)[@Becklyn](https://github.com/Becklyn)

---

Top Contributors

[![apfelbox](https://avatars.githubusercontent.com/u/1032411?v=4)](https://github.com/apfelbox "apfelbox (2 commits)")

---

Tags

composerphp

### Embed Badge

![Health badge](/badges/becklyn-yaml-parameters/health.svg)

```
[![Health](https://phpackages.com/badges/becklyn-yaml-parameters/health.svg)](https://phpackages.com/packages/becklyn-yaml-parameters)
```

###  Alternatives

[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)

PHPackages © 2026

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