Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 816 Bytes

File metadata and controls

28 lines (18 loc) · 816 Bytes

ImportBundle

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