Coder Social home page Coder Social logo

config-transformer's Introduction

Config Format Converter

Downloads total

Convert Symfony Config Formats From XML/YAML to YAML/PHP

Install

composer require symplify/config-transformer --dev

What features do we have here?

Convert Config Formats From XML/YAML to YAML/PHP

Why? Because YAML beats XML and PHP beats YAML.

Do you need to convert 1 file to PHP? Just add its path as argument:

vendor/bin/config-transformer switch-format config/packages/ecs.yaml

The input file will be deleted automatically.

If you need more files or directories, --input-format/-i must be provided:

vendor/bin/config-transformer switch-format app/config --input-format xml --output-format yaml

# or in short
vendor/bin/config-transformer switch-format app/config -i xml -o yaml

# to PHP?
vendor/bin/config-transformer switch-format app/config -i xml -o php

# you can omit the -o argument, as "php" is the default value
vendor/bin/config-transformer switch-format app/config -i xml

You can also add --target-symfony-version/-s to specify, what Symfony features should be used (3.2 is used by default).

vendor/bin/config-transformer switch-format app/config -i yaml -o php -s 3.3

Note: Symfony YAML parse removes all comments, so be sure to go through files and add still-relevant comments manually.


Report Issues

In case you are experiencing a bug or want to request a new feature head over to the Symplify monorepo issue tracker

Contribute

The sources of this package are contained in the Symplify monorepo. We welcome contributions for this package on symplify/symplify.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.