PHPackages                             pvessel/table-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pvessel/table-converter-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

pvessel/table-converter-bundle
==============================

This bundle provides flexible tool to convert table data between different formats.

013PHP

Since Apr 17Pushed 12y ago1 watchersCompare

[ Source](https://github.com/pvessel/table-converter-bundle)[ Packagist](https://packagist.org/packages/pvessel/table-converter-bundle)[ RSS](/packages/pvessel-table-converter-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PvesselTableConverterBundle
===========================

[](#pvesseltableconverterbundle)

This simple bundle provides flexible tool to convert table data between different formats. For example:

Array coded in json may be converted to csv string, or HTML table can be converted to XML string.

It uses built-in and external "importers" (to parse source string) and "exporters" (to generate target string).

### Installation

[](#installation)

#### Step 1: Download PvesselTableConverterBundle using composer

[](#step-1-download-pvesseltableconverterbundle-using-composer)

Tell composer to require PvesselTableConverterBundle by running the command:

```
$ php composer.phar require "pvessel/table-converter-bundle:dev-master"
```

Composer will install the bundle to your project's `vendor/pvessel/table-converter-bundle` directory.

#### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Finally, enable the bundle in the kernel:

```
