PHPackages                             idci/exporter-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. [Templating &amp; Views](/categories/templating)
4. /
5. idci/exporter-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

idci/exporter-bundle
====================

Symfony ExporterBundle

v1.0.0(12y ago)220.7k↓100%2[2 issues](https://github.com/IDCI-Consulting/ExporterBundle/issues)1GPL-3.0+PHPPHP &gt;=5.3.2

Since Aug 29Pushed 5y ago4 watchersCompare

[ Source](https://github.com/IDCI-Consulting/ExporterBundle)[ Packagist](https://packagist.org/packages/idci/exporter-bundle)[ RSS](/packages/idci-exporter-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (1)

ExporterBundle
==============

[](#exporterbundle)

Symfony2 exporter bundle

Installation
============

[](#installation)

To install this bundle please follow the next steps:

First add the dependency in your `composer.json` file:

```
"require": {
    ...
    "idci/exporter-bundle": "dev-master"
},
```

Then install the bundle with the command:

```
php composer update
```

Enable the bundle in your application kernel:

```
