bluetea/import-bundle

BlueTea ImportBundle for the Symfony2 framework

Installs: 3 085

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 6

Forks: 0

Open Issues: 0

Type:symfony-bundle

v1.2.3 2014-09-26 07:24 UTC

This package is not auto-updated.

Last update: 2024-04-13 12:38:03 UTC


README

SensioLabsInsight

The ImportBundle adds the opportunity to import CSV files in Symfony2.

Features:

  • Import CSV files and store data via Doctrine ORM
  • You can add more factories to import other file types
  • Use a separate entity manager for the import logic

Note: This bundle does not contain views.

Documentation

The documentation is stored in the Resources/docs/index.md file in this bundle:

Read the documentation

Installation

All the installation instructions are located in the documentation.

An ImportBundle for the Symfony2 framework