bluetea / export-bundle
BlueTea ExportBundle for the Symfony2 framework
Installs: 2 859
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-05 02:43:24 UTC
README
The ExportBundle adds the opportunity to export CSV files in Symfony2.
Features:
- Export CSV files and store data via Doctrine ORM
- You can add more factories to export other file types
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.