PHPackages                             misatotremor/csv-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. misatotremor/csv-bundle

ActiveSymfony-bundle[PDF &amp; Document Generation](/categories/documents)

misatotremor/csv-bundle
=======================

Symfony2 CSV Bundle

v1.2.2(2y ago)13.4k2MITPHPPHP ^7.4 || ^8.0

Since Dec 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/MisatoTremor/AvroCsvBundle)[ Packagist](https://packagist.org/packages/misatotremor/csv-bundle)[ Docs](http://github.com/MisatoTremor/AvroCsvBundle)[ RSS](/packages/misatotremor-csv-bundle/feed)WikiDiscussions 1.0.x Synced 1mo ago

READMEChangelog (8)Dependencies (9)Versions (39)Used By (0)

AvroCsvBundle [![Build Status](https://github.com/MisatoTremor/AvroCsvBundle/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/MisatoTremor/AvroCsvBundle) [![codecov](https://camo.githubusercontent.com/fadf4f37085bb76e31161363e2e1d08d22964b68870a12ffa73a49adc9280b8f/68747470733a2f2f636f6465636f762e696f2f67682f4d697361746f5472656d6f722f4176726f43737642756e646c652f6272616e63682f312e302e782f67726170682f62616467652e7376673f746f6b656e3d37314258485a4c544348)](https://codecov.io/gh/MisatoTremor/AvroCsvBundle)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#avrocsvbundle--)

This bundle provides an easy way to upload data to your db using csv files with just a few configuration parameters.

This is a fork of jdewits [original code](https://github.com/jdewit/AvroCsvBundle).

Status
------

[](#status)

This bundle is under development and may break.

Limitations
-----------

[](#limitations)

This bundle uses php and Doctrine and is not your best bet for importing gargantuan csv files. Use your databases native importing &amp; exporting solutions to skin that cat.

Features
--------

[](#features)

- Import data by csv file
- Export data to csv file
- A few services for reading/writing csv files

Supports
--------

[](#supports)

- Doctrine ORM

Installation
------------

[](#installation)

This bundle is listed on packagist.

Download the bundle

```
$ composer require misatotremor/csv-bundle
```

Enable the bundle as well as the dependent AvroCaseBundle:

```
