PHPackages                             palvoelgyilaszlo/csvexport - 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. palvoelgyilaszlo/csvexport

ActiveLibrary

palvoelgyilaszlo/csvexport
==========================

SCV Export

v1.0.2(4y ago)08MITPHP

Since May 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/palvoelgyilaszlo/csvexport)[ Packagist](https://packagist.org/packages/palvoelgyilaszlo/csvexport)[ RSS](/packages/palvoelgyilaszlo-csvexport/feed)WikiDiscussions main Synced 3d ago

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

```
@author László Pálvölgyi

The class "Export" produces a csv file. It receives an array
and returns a csv file only for downloads.
Use: Either as class call or invoke:

use Palvoelgyi\CsvExport\CSVExport;

$dataArray = [
    [ 'Header 1', 'Header 2', 'Header 3' ],
    [ 'TEST 4',   'TEST 5',   'TEST 6'   ],
    [ 'TEST 7',   'TEST 8',   'TEST 9'   ],
    [ 'TEST 10',  'TEST 11',  'TEST 12'  ],
];

$CSV = new CSVExport;
$CSV($dataArray);

or

$CSV = new CSVExport;
$CSV->setData($dataArray)
->generateCSVFile()
->getCSVFile();

It is possible to create the first line with the original name:
$csv = new CSVExport (1);

Or to define fields yourself:
$csv = new CSVExport ();
For this you have to change the variable "$header" under "CSVExport.php".

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~7 days

Total

3

Last Release

1813d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/83946817?v=4)[palvoelgyilaszlo](/maintainers/palvoelgyilaszlo)[@palvoelgyilaszlo](https://github.com/palvoelgyilaszlo)

---

Top Contributors

[![palvoelgyilaszlo](https://avatars.githubusercontent.com/u/83946817?v=4)](https://github.com/palvoelgyilaszlo "palvoelgyilaszlo (6 commits)")

### Embed Badge

![Health badge](/badges/palvoelgyilaszlo-csvexport/health.svg)

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

PHPackages © 2026

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