mv/export-form-bundle

Bundle to export data like is it in forms

1.0.0 2016-02-03 20:36 UTC

This package is auto-updated.

Last update: 2024-04-29 03:42:45 UTC


README

Symfony2 bundle to export data with form logic.
This approach is not the best for performance, but, sometime we need to keep the same logic.
Embedded forms and labels translation are supported.

SensioLabsInsight

INSTALLATION with COMPOSER

php composer.phar require mv/export-form-bundle:"~1.0"

###1) Add to your AppKernel.php

new Mv\ExportFormBundle\MvExportFormBundle(),

###2) Use it!

see documentation