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
Requires
- php: >=5.3.2
- symfony/framework-bundle: ~2.3
This package is not auto-updated.
Last update: 2024-11-09 15:28:55 UTC
README
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:
Installation
All the installation instructions are located in the documentation.
An ImportBundle for the Symfony2 framework