PHPackages                             imag/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. [File &amp; Storage](/categories/file-storage)
4. /
5. imag/csv-bundle

ActiveLibrary[File &amp; Storage](/categories/file-storage)

imag/csv-bundle
===============

Create and manage your CSV

v1.0.2(9y ago)18.2k↑50%CeCILLPHPPHP &gt;=5.3.3

Since Oct 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/BorisMorel/CsvBundle)[ Packagist](https://packagist.org/packages/imag/csv-bundle)[ Docs](http://github.com/BorisMorel/CsvBundle)[ RSS](/packages/imag-csv-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

CsvBundle
=========

[](#csvbundle)

Manage your csv with this bundle.

Install
-------

[](#install)

1. Download CsvBundle
2. Enable the bundle

### How get the bundle

[](#how-get-the-bundle)

### Composer

[](#composer)

Modify your composer.json on your project root

```
// {root}/composer.json

{
    [...],
    "require": {
        [...],
        "imag/csv-bundle": "dev-master"
    }
}
```

### Enable the Bundle

[](#enable-the-bundle)

```
