PHPackages                             kuborgh/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kuborgh/csv-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

kuborgh/csv-bundle
==================

Converting an array to CSV and vice versa.

v1.0.1(9y ago)26.3k[1 issues](https://github.com/kuborgh/csv-bundle/issues)[1 PRs](https://github.com/kuborgh/csv-bundle/pulls)MITPHP

Since Jan 19Pushed 6y ago2 watchersCompare

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

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

CSV Bundle
==========

[](#csv-bundle)

\[!\[Build Status\]\[travis-image\]\]\[travis-url\] \[travis-url\]: \[travis-image\]:

This bundle is intended to be simple, but rfc4180 conform csv parser and writer. It will be extended in the future to fit more and more needs of custom implementations.

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

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

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
