Download the PHP package mathielen/import-engine-bundle without Composer
On this page you can find all versions of the php package mathielen/import-engine-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mathielen/import-engine-bundle
More information about mathielen/import-engine-bundle
Files in mathielen/import-engine-bundle
Package 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 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
:
If you want to make use of excel files, please also make sure to include phpoffice/phpexcel in your project:
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 import-engine-bundle with dependencies
mathielen/import-engine Version >=0.8.6
symfony/framework-bundle Version ~2.4|3.0.*