PHPackages                             antonischas/turbo\_csv - 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. antonischas/turbo\_csv

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

antonischas/turbo\_csv
======================

Array to CSV and general CSV functionality

02PHP

Since Jan 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/antonischas/turbocsv)[ Packagist](https://packagist.org/packages/antonischas/turbo_csv)[ RSS](/packages/antonischas-turbo-csv/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Turbo Csv
=========

[](#turbo-csv)

by antonischas

Description
-----------

[](#description)

An easy to use array to CSV library.

Example array to CSV:

```
$data = [
            'names' => ['Antonis', 'Giannis', 'Teo'],
            'ages'  => [21,24,43]
        ];

$options = [
            'delimiter' => ';',
            'new_line' => "\n",
            'enclosure' => '"',
            'escape_char' => "\\",
            'use_headers' => true
        ];

$csv = new Csv();

$csv_content = $csv->create($data, $options);
```

Example CSV file to array:

```

$csv = new Csv();

$csv_array = $csv->fileToArray('test.csv', ['delimiter' => ';']
```

Versions
--------

[](#versions)

- 1.2
    - Add associative array from headers support.
- 1.1
    - Add CSV file to array conversion.
- 1.0
    - Simple array to CSV conversion.

License
-------

[](#license)

GNU GPL v3.0

**You are welcome 👍**

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/249d37284d7b1f1ff296e9e3d6d95f2747bf8591035a214514888d9f55791626?d=identicon)[antochas](/maintainers/antochas)

---

Tags

composer-packagecsv-converterphp

### Embed Badge

![Health badge](/badges/antonischas-turbo-csv/health.svg)

```
[![Health](https://phpackages.com/badges/antonischas-turbo-csv/health.svg)](https://phpackages.com/packages/antonischas-turbo-csv)
```

###  Alternatives

[hazaveh/verify-domain

Verify Domain Ownership with PHP

238.6k1](/packages/hazaveh-verify-domain)

PHPackages © 2026

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