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

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

2855d 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

[friendsoftypo3/content-blocks

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

101466.4k45](/packages/friendsoftypo3-content-blocks)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49517.1k](/packages/blackfire-player)[altis/local-server

Local Server module for Altis

18217.0k2](/packages/altis-local-server)

PHPackages © 2026

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