mv/export-form-bundle

Bundle to export data like is it in forms

Maintainers

Package info

github.com/phpmike/MvExportFormBundle

Type:bundle

pkg:composer/mv/export-form-bundle

Statistics

Installs: 78

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2016-02-03 20:36 UTC

This package is auto-updated.

Last update: 2026-03-01 00:21:50 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