PhpDev.App
symplify/config-transformer

symplify/config-transformer

Stars: 158

Forks: 6

Pull Requests: 18

Issues: 5

Watchers: 5

Last Updated: 2023-07-29 17:29:29

Convert Symfony XML/YAML configs to PHP

License: MIT License

Languages: PHP, Shell

Convert Symfony XML/YAML configs to PHP

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 config/parameters.yml

The input files are deleted automatically.

RELEASES

See all