PHPackages                             php-etl/csv-plugin - 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. php-etl/csv-plugin

ActiveGyroscops-plugin[Utility &amp; Helpers](/categories/utility)

php-etl/csv-plugin
==================

Plugins for CSV Extractor and Loader

v0.6.3(2y ago)04.0k1[1 issues](https://github.com/php-etl/csv-plugin/issues)[1 PRs](https://github.com/php-etl/csv-plugin/pulls)MITPHPPHP ^8.2CI failing

Since Apr 26Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/php-etl/csv-plugin)[ Packagist](https://packagist.org/packages/php-etl/csv-plugin)[ RSS](/packages/php-etl-csv-plugin/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (4)Dependencies (14)Versions (14)Used By (0)

CSV Plugin
==========

[](#csv-plugin)

This package aims at integrating the CSV reader and writer into the

[![Quality (PHPStan lvl 4)](https://github.com/php-etl/csv-plugin/actions/workflows/quality.yaml/badge.svg)](https://github.com/php-etl/csv-plugin/actions/workflows/quality.yaml)[![PHPUnit](https://github.com/php-etl/csv-plugin/actions/workflows/phpunit.yaml/badge.svg)](https://github.com/php-etl/csv-plugin/actions/workflows/phpunit.yaml)[![PHPStan level 5](https://github.com/php-etl/csv-plugin/actions/workflows/phpstan-5.yaml/badge.svg)](https://github.com/php-etl/csv-plugin/actions/workflows/phpstan-5.yaml)[![PHPStan level 6](https://github.com/php-etl/csv-plugin/actions/workflows/phpstan-6.yaml/badge.svg)](https://github.com/php-etl/csv-plugin/actions/workflows/phpstan-6.yaml)[![PHPStan level 7](https://github.com/php-etl/csv-plugin/actions/workflows/phpstan-7.yaml/badge.svg)](https://github.com/php-etl/csv-plugin/actions/workflows/phpstan-7.yaml)[![PHPStan level 8](https://github.com/php-etl/csv-plugin/actions/workflows/phpstan-8.yaml/badge.svg)](https://github.com/php-etl/csv-plugin/actions/workflows/phpstan-8.yaml)[![PHP](https://camo.githubusercontent.com/e294c944447e869e6c60d4ad66e0109a06b9496b9b07ec3ed8f5b6cd0a26c48e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7068702d65746c2f6373762d706c7567696e)](https://camo.githubusercontent.com/e294c944447e869e6c60d4ad66e0109a06b9496b9b07ec3ed8f5b6cd0a26c48e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7068702d65746c2f6373762d706c7567696e)

[Pipeline](https://github.com/php-etl/pipeline) stack.

Principles
----------

[](#principles)

The tools in this library will produce executable PHP sources, using an intermediate *Abstract Syntax Tree* from [nikic/php-parser](https://github.com/nikic/PHP-Parser). This intermediate format helps you combine the code produced by this library with other packages from [Middleware](https://github.com/php-etl).

Installation
============

[](#installation)

```
composer require php-etl/csv-plugin

```

Usage
=====

[](#usage)

Example of a config file. Reads `input.csv`, writes `output.csv`, logs error in system's [stderr](https://en.wikipedia.org/wiki/Standard_streams#Standard_error_(stderr)).

```
csv:
    extractor:
        file_path: input.csv
        delimiter: ';'
        enclosure: '"'
        escape: '\\'
    loader:
        file_path: output.csv
        delimiter: ','
        enclosure: '"'
        escape: '\\'
    logger:
        type: stderr
```

[Examples of configuration files](docs/examples.md)
---------------------------------------------------

[](#examples-of-configuration-files)

See also
--------

[](#see-also)

- [php-etl/pipeline](https://github.com/php-etl/pipeline)
- [php-etl/fast-map](https://github.com/php-etl/fast-map)
- [php-etl/akeneo-expression-language](https://github.com/php-etl/akeneo-expression-language)

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance53

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Every ~96 days

Recently: every ~37 days

Total

10

Last Release

1023d ago

PHP version history (3 changes)v0.1.x-devPHP ^8.0

v0.4.x-devPHP ^8.1

v0.6.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/144109625f8029112d56f43d08120cf03a0918ea3b4fd59ab53f09b02f630b00?d=identicon)[gplanchat](/maintainers/gplanchat)

---

Top Contributors

[![clemzarch](https://avatars.githubusercontent.com/u/28787740?v=4)](https://github.com/clemzarch "clemzarch (66 commits)")[![sebprt](https://avatars.githubusercontent.com/u/47692802?v=4)](https://github.com/sebprt "sebprt (47 commits)")[![gplanchat](https://avatars.githubusercontent.com/u/152367?v=4)](https://github.com/gplanchat "gplanchat (43 commits)")[![JoMessina](https://avatars.githubusercontent.com/u/99172532?v=4)](https://github.com/JoMessina "JoMessina (5 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/php-etl-csv-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/php-etl-csv-plugin/health.svg)](https://phpackages.com/packages/php-etl-csv-plugin)
```

###  Alternatives

[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)

PHPackages © 2026

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