PHPackages                             donfelice/csvimportexportbundle - 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. donfelice/csvimportexportbundle

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

donfelice/csvimportexportbundle
===============================

The CSVImportExportBundle is an eZ Platform v2 bundle providing a basic import and export capabilities for the admin interface.

0.1(8y ago)13MITPHPPHP ^7.1

Since May 10Pushed 8y ago3 watchersCompare

[ Source](https://github.com/donfelice/csvimportexportbundle)[ Packagist](https://packagist.org/packages/donfelice/csvimportexportbundle)[ Docs](https://github.com/donfelice/csvimportexportbundle)[ RSS](/packages/donfelice-csvimportexportbundle/feed)WikiDiscussions master Synced 6d ago

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

CSVImportExportBundle
=====================

[](#csvimportexportbundle)

The CSVImportExportBundle is an eZ Platform v2 bundle providing a basic import and export capabilities for the admin interface.

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

[](#installation)

### Use Composer

[](#use-composer)

Run the following from your website root folder to install Analytics Bundle:

```
$ composer require donfelice/csvimportexportbundle

```

### Activate the bundle

[](#activate-the-bundle)

Activate the bundle in app/AppKernel.php file by adding it to the $bundles array in registerBundles method, together with other required bundles:

```
public function registerBundles()
{
    ...
    $bundles[] = new Donfelice\AnalyticsBundle\DonfeliceCSVImportExportBundle();

    return $bundles;
}
```

### Assetic configuration

[](#assetic-configuration)

You need to add it to Assetic configuration in app/config/config.yml, together with EzPlatformAdminUiBundle and all other bundles already configured there:

```
assetic:
    bundles: [EzPlatformAdminUiBundle, DonfeliceCSVImportExportBundle]

```

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

[](#limitations)

Yes.

- As for now only ezstring and ezemail field types are supported. More coming.
- Will not do imports of unlimited number of objects very well..
- Exported files don't look to good in Excel on macOS. Appears to be a well known and long story about BOM and UTF and several other monsters..

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2930d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d134fada27c00270a082676e82d56d06a679a6a2f1653148782de5b04170f5c5?d=identicon)[donfelice](/maintainers/donfelice)

---

Tags

exportcsvimportezplatformdonfelice

### Embed Badge

![Health badge](/badges/donfelice-csvimportexportbundle/health.svg)

```
[![Health](https://phpackages.com/badges/donfelice-csvimportexportbundle/health.svg)](https://phpackages.com/packages/donfelice-csvimportexportbundle)
```

###  Alternatives

[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.7k144.3M712](/packages/maatwebsite-excel)[league/csv

CSV data manipulation made easy in PHP

3.5k166.1M646](/packages/league-csv)[goodby/csv

CSV import/export library

9555.6M23](/packages/goodby-csv)[handcraftedinthealps/goodby-csv

CSV import/export library

441.6M4](/packages/handcraftedinthealps-goodby-csv)[ufirst/lang-import-export

A Laravel package providing artisan commands to import and export language files from and to CSV.

42207.9k](/packages/ufirst-lang-import-export)[shuchkin/simplecsv

Parse and retrieve data from CSV files. Export data to CSV.

5192.4k](/packages/shuchkin-simplecsv)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
