PHPackages                             ek/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. ek/csv

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

ek/csv
======

Export an array to CSV file download

v0.0.1(10y ago)039MITPHPPHP &gt;=5.3.0

Since Oct 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ekka21/csv)[ Packagist](https://packagist.org/packages/ek/csv)[ RSS](/packages/ek-csv/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

\#Ek CSV

\##How to use it?

```
require 'vendor/autoload.php';

$csv = new ek\CSV();
$header = ['Full Name', 'Address', 'City', 'State', 'Zip'];
$rows = ['John Doe', '1234 Street', 'St.Louis', 'MO', '63139'];
$exportFileName = 'export.csv'

$csv->render($headers, $rows, $exportfileName);

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity49

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

3877d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/56d398193499cdab16e4f69dd0ec3c2240a5506f54ada51a3f00459a9f09fda8?d=identicon)[ekka21](/maintainers/ekka21)

### Embed Badge

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

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

###  Alternatives

[lochmueller/autoloader

Automatic components loading of ExtBase extensions to get more time for coffee in the company ;) This ext is not a PHP SPL autoloader or class loader - it is better! Loads CommandController, Xclass, Hooks, FlexForms, Slots, TypoScript, TypeConverter, BackendLayouts and take care of createing needed templates, TCA configuration or translations at the right location.

19364.9k5](/packages/lochmueller-autoloader)[justintadlock/hybrid-font

Helper functions for loading font stylesheets in WordPress themes.

146.4k](/packages/justintadlock-hybrid-font)[ircmaxell/php-types

A PHP CFG Type Inference / Reconstruction Engine

361.0k](/packages/ircmaxell-php-types)

PHPackages © 2026

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