PHPackages                             intriro/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. intriro/csv-bundle

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

intriro/csv-bundle
==================

Integration of Goodby CSV into Symfony2

v1.1.0(6y ago)575.0k↑38.1%1[1 issues](https://github.com/intriro/csv-bundle/issues)MITPHPPHP &gt;=7.1CI failing

Since Nov 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/intriro/csv-bundle)[ Packagist](https://packagist.org/packages/intriro/csv-bundle)[ Docs](https://github.com/intriro/csv-bundle)[ RSS](/packages/intriro-csv-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (4)Versions (10)Used By (0)

IntriroCsvBundle
================

[](#intrirocsvbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/da24f22a3dc475315547e38ae09b88550bfd4c8e38fc8a514eb3591ff1c9094a/68747470733a2f2f706f7365722e707567782e6f72672f696e747269726f2f6373762d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/intriro/csv-bundle)[![Total Downloads](https://camo.githubusercontent.com/0ea5969192995d8344b7b38fad4efd4c947ec607529f0d47a8546b747480b1b3/68747470733a2f2f706f7365722e707567782e6f72672f696e747269726f2f6373762d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/intriro/csv-bundle)[![License](https://camo.githubusercontent.com/7de9d10cebbdf4fadc6b7a15a8b1a403f0d5b96764eafa161e098f9acd687bb5/68747470733a2f2f706f7365722e707567782e6f72672f696e747269726f2f6373762d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/intriro/csv-bundle)

Provides integration of the [**goodby/csv**](https://github.com/goodby/csv) library into Symfony.

About Goodby CSV
----------------

[](#about-goodby-csv)

Goodby CSV is a high memory efficient flexible and extendable open-source CSV import/export library for PHP.

Documentation is available [here](https://github.com/goodby/csv).

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

[](#installation)

This bundle can be installed using [composer](http://getcomposer.org) by adding the following in the `require` section of your `composer.json` file:

```
{
    "require": {
        "intriro/csv-bundle": "^1.0"
    }
}
```

Register the bundle
-------------------

[](#register-the-bundle)

You must register the bundle in your kernel:

```
