PHPackages                             schranz-php-recipes/symfony-recipes-yaml-to-php-converter - 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. schranz-php-recipes/symfony-recipes-yaml-to-php-converter

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

schranz-php-recipes/symfony-recipes-yaml-to-php-converter
=========================================================

A wrapper around symplify/config-transformer used to update recipes and using easy coding standard to fix them.

71.9k↓22.2%[5 issues](https://github.com/schranz-php-recipes/symfony-recipes-yaml-to-php-converter/issues)[2 PRs](https://github.com/schranz-php-recipes/symfony-recipes-yaml-to-php-converter/pulls)PHP

Since Nov 22Pushed 1y ago2 watchersCompare

[ Source](https://github.com/schranz-php-recipes/symfony-recipes-yaml-to-php-converter)[ Packagist](https://packagist.org/packages/schranz-php-recipes/symfony-recipes-yaml-to-php-converter)[ RSS](/packages/schranz-php-recipes-symfony-recipes-yaml-to-php-converter/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Symfony Recipes Yaml to PHP Converter
=====================================

[](#symfony-recipes-yaml-to-php-converter)

This is a wrapper around the [symplify/config-transformer](https://github.com/symplify/config-transformer)used to convert Symfony core recipes which uses `.yaml` config files to `.php` config files.

It is used in:

-
-

To convert the official symfony recipes.

```
vendor/bin/yaml-to-php git@github.com:symfony/recipes.git
vendor/bin/yaml-to-php git@github.com:symfony/recipes-contrib.git
```

If you are not converting a recipes repository you should use the [symplify/config-transformer](https://github.com/symplify/config-transformer)directly instead of using this package.

Skeletons
---------

[](#skeletons)

There are currently also 2 skeletons shipped which can be used to create new symfony projects:

**symfony/skeleton clone:**

[schranz-php-recipes/symfony-php-skeleton](https://github.com/schranz-php-recipes/symfony-php-skeleton):

```
composer create-project schranz-php-recipes/symfony-php-skeleton
```

**symfony/website-skeleton clone:**

[schranz-php-recipes/symfony-php-website-skeleton](https://github.com/schranz-php-recipes/symfony-php-website-skeleton):

```
composer create-project schranz-php-recipes/symfony-php-website-skeleton
```

Using in exist projects
-----------------------

[](#using-in-exist-projects)

First convert your project with [symplify/config-transformer](https://github.com/symplify/config-transformer) from `.yaml` to `.php` configs after add the following to the `composer` `extra.symfony.endpoint` configuration:

```
    "extra": {
        "symfony": {
            "allow-contrib": false,
            "require": "6.1.*",
            "endpoint": [
                "https://raw.githubusercontent.com/schranz-php-recipes/symfony-recipes-php/flex/main/index.json",
                "https://raw.githubusercontent.com/schranz-php-recipes/symfony-recipes-php-contrib/flex/main/index.json",
                "flex://defaults"
            ]
        }
    }
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1698337?v=4)[Alexander Schranz](/maintainers/alexander-schranz)[@alexander-schranz](https://github.com/alexander-schranz)

---

Top Contributors

[![alexander-schranz](https://avatars.githubusercontent.com/u/1698337?v=4)](https://github.com/alexander-schranz "alexander-schranz (14 commits)")

### Embed Badge

![Health badge](/badges/schranz-php-recipes-symfony-recipes-yaml-to-php-converter/health.svg)

```
[![Health](https://phpackages.com/badges/schranz-php-recipes-symfony-recipes-yaml-to-php-converter/health.svg)](https://phpackages.com/packages/schranz-php-recipes-symfony-recipes-yaml-to-php-converter)
```

###  Alternatives

[albertcht/lumen-helpers

To support Laravel 's unsupported features in Lumen.

2931.3k1](/packages/albertcht-lumen-helpers)

PHPackages © 2026

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