Download the PHP package avtonom/mathielen-import-engine-bundle without Composer
On this page you can find all versions of the php package avtonom/mathielen-import-engine-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download avtonom/mathielen-import-engine-bundle
More information about avtonom/mathielen-import-engine-bundle
Files in avtonom/mathielen-import-engine-bundle
Package mathielen-import-engine-bundle
Short Description A generic import (and export) -engine that provides easy to use yet powerful features
License MIT
Homepage https://github.com/mathielen/ImportEngineBundle
Informations about the package mathielen-import-engine-bundle
Mathielen Import Engine Bundle
Introduction
This is a bundle for the mathielen/import-engine library. It provides an easy way to configure a full-blown data importer for your symfony2 project.
Installation
This library is available on Packagist:
To install it, run:
Then add the bundle to app/AppKernel.php
:
Configuration
Add your importer configurations in your app/config/config.yml
.
Full example:
Minimum example:
Check out the Testsuite for more information.
Usage
On the command line
Show your configured Import profiles
Let the framework discover which importer suites best (auto discovery)
Uses the storageprovider "default" if not also given as argument.
Import myfile.csv with "your_importer_name" importer
Uses the storageprovider "default" if not also given as argument.
Generate a JMS Serializer-annotated ValueObject class for an arbitrary import source (ie. a file)
Use the importer within a controller / service
All versions of mathielen-import-engine-bundle with dependencies
mathielen/import-engine Version >=0.8.6
symfony/framework-bundle Version ~2.4|3.0.*