PHPackages                             gheb/configuration-converter-bundle - 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. gheb/configuration-converter-bundle

AbandonedArchivedSymfony-bundle

gheb/configuration-converter-bundle
===================================

Convert your API Platform configuration from a format to another

0.6.1(6y ago)17302[1 issues](https://github.com/GregoireHebert/configuration-converter-bundle/issues)MITPHP

Since Mar 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/GregoireHebert/configuration-converter-bundle)[ Packagist](https://packagist.org/packages/gheb/configuration-converter-bundle)[ RSS](/packages/gheb-configuration-converter-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (21)Versions (20)Used By (0)

Configuration Converter
=======================

[](#configuration-converter)

[![CircleCI](https://camo.githubusercontent.com/32b717a44f760993bd53643afde0e9b0bce6327e35c88cc7f247cd0f82ba90f4/68747470733a2f2f636972636c6563692e636f6d2f67682f477265676f6972654865626572742f636f6e66696775726174696f6e2d636f6e7665727465722d62756e646c652e7376673f7374796c653d736869656c64)](https://circleci.com/gh/GregoireHebert/configuration-converter-bundle)[![Coverage Status](https://camo.githubusercontent.com/e843a80d1e1dfce585cc4f18ab98a1f80df162f27aee4c3118886863a89cd1c0/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f477265676f6972654865626572742f636f6e66696775726174696f6e2d636f6e7665727465722d62756e646c652f62616467652e737667)](https://coveralls.io/github/GregoireHebert/configuration-converter-bundle)

Do not worry about your configuration at first.

When you start working on your project, the documentation (because it's easy to make a POC with) shows you how to configure your resources with annotations. And it's usually a good practice to use annotations.

But when your project is growing, you start to realize that you need to change for a more suitable, maintainable format like XML or YAML. It's time consuming, not painless, and not error free.

This bundle is meant for this occasion.

*WARNING:* As the API-Platform and Serializer component evolves, there might be uncovered options. Always double check the output for missing pieces, and if you find ones, please help us filling the gaps.

### Installation

[](#installation)

```
$ composer require --dev gheb/configuration-converter-bundle
```

Register the bundle.

For symfony &lt; 3.4

```
