symplify/config-transformer

Convert Symfony YAML/XML format to PHP/YAML

12.3.5 2025-01-18 21:28 UTC

This package is auto-updated.

Last update: 2025-01-18 21:33:56 UTC


README

Downloads total


Why to PHP? It's the best format for PHP Symfony applications:

Install

composer require symplify/config-transformer --dev

Usage

By default, the command uses /config directory to transform all files in it:

vendor/bin/config-transformer

Do you want to convert 1 files or directory at a time? Specify the paths as arguments:

vendor/bin/config-transformer convert config/parameters.yml

The input files are deleted automatically.