PHPackages                             syrma/config-generator - 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. syrma/config-generator

ActiveProject

syrma/config-generator
======================

Tool for config management

0.9.2(6y ago)01GPL3PHPPHP ^7.1CI failing

Since Jan 5Pushed 6y ago1 watchersCompare

[ Source](https://github.com/syrma-php/config-generator)[ Packagist](https://packagist.org/packages/syrma/config-generator)[ RSS](/packages/syrma-config-generator/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (15)Versions (4)Used By (0)

Syrma Config-Generator
======================

[](#syrma-config-generator)

Goal
----

[](#goal)

This tool help for developers the easy config generation, if the developers use the multi environments.

Config file reference
---------------------

[](#config-file-reference)

```

# List of other configuration files.
imports:

    # Prototype
    -

        # The other configuration file.Absolute path or relative for this file.
        resource:             ~

defaults:

    # Default output path for generator. Absolute path or relative for this file.
    # Available placeholders in value: {{env}}, {{environment}}, {{definition}}.
    outputBasePath:       .

    # List of parameters for all definition envs.
    parameters:           []

    # List of extra parameter files for all definition scopes. Absolute path or relative for this file.
    # Available placeholders in value: {{env}}, {{environment}}, {{definition}}.
    parameterFiles:       []

definitions:

    # Prototype
    definitionId:

        # Template for current definition. Absolute path or relative for this file.
        # Available placeholders in value: {{env}}, {{environment}}, {{definition}}.
        template:             ~

        # Type of the configuration file
        type:                 ~ # One of "plain"; "ini"; "xml"; "yml"; "cron"; "nginx"; "php", Required

        # Output base path for generation. Absolute path or relative for this file.
        # If it is empty then it use default.outputBasePath.
        # Available placeholders in value: {{env}}, {{environment}}, {{definition}}.
        outputBasePath:       ~

        # Output file name. Absolute file name or relative for outputBasePath
        # Available placeholders in value: {{env}}, {{environment}}, {{definition}}.
        output:               ~

        # Environment independent parameters for this definition.
        parameters:           []

        # List of extra parameter files definition scope. Absolute path or relative for this file.
        # Available placeholders in value: {{env}}, {{environment}}, {{definition}}.
        parameterFiles:       []

        # List of enviroments
        environments:

            # Prototype
            envId:

                # Template for current environment. Absolute file name or relative for template
                # If it is empty then it use definition.template
                # Available placeholders in value: {{env}}, {{environment}}, {{definition}}.
                template:             ~

                # Output file name. Absolute file name or relative for outputBasePath
                # If it is empty then it use definition.output
                # Available placeholders in value: {{env}}, {{environment}}, {{definition}}.
                output:               ~

                # Environment dependent parameters for this env.
                # The $env, $environment and $definition variables automatic add this config
                parameters:           []

                # List of extra parameters for this env. Absolute path or relative for this file.
                # Available placeholders in value: {{env}}, {{environment}}, {{definition}}.
                parameterFiles:       []

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Total

3

Last Release

2305d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/60462956b7b539c14db52cdf0d9b3a194c10a1fd414d9d9ffa45522f35bacb6b?d=identicon)[szicsu](/maintainers/szicsu)

---

Top Contributors

[![szicsu](https://avatars.githubusercontent.com/u/109741?v=4)](https://github.com/szicsu "szicsu (49 commits)")

---

Tags

command-line-toolconfigconfig-generatorconfig-managementmulti-environmentphp-library

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/syrma-config-generator/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M151](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M190](/packages/simplesamlphp-simplesamlphp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M81](/packages/symplify-monorepo-builder)

PHPackages © 2026

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