PHPackages                             andreitripon/export-data - 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. andreitripon/export-data

ActiveLibrary

andreitripon/export-data
========================

Export data (csv)

125PHP

Since Feb 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/andreitripon/export-data)[ Packagist](https://packagist.org/packages/andreitripon/export-data)[ RSS](/packages/andreitripon-export-data/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

ExportData
==========

[](#exportdata)

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

[](#installation)

```
$ composer require andreitripon/export-data
```

Examples
--------

[](#examples)

### CSV

[](#csv)

```
$csvExport = new ExportData\Type\CSV();
$csvExport->setData(
    array(
        array(false, ''),
        array(true, ''),
        array(0, '0'),
        array(null, 'null'),
        array(20.21, '20.21'),
        array('20,21', '2021'),
        array('MUST SELL!
air, moon roof, loaded', 'Extended Edition, "Very Large"'),
        array('2°21′03″E', '34°03′N'),
        array('2000;Mercury;', 'ac, abs, moon'),
        array('"ac, abs, moon"', 4799.00),
        array('"Extended Edition"', '"Extended Edition, Very Large""'),
        array('"MUST SELL!
air, moon roof, loaded"', '4799.00')
    )
);
$csvExport->setFileName('file-name');
$csvExport->setHeaderRow(
    array(
        'Column 1',
        'Column 2'
    )
);

$csvExport->export();
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9bb1fa4fa640de74d8702fd4e80bf79c6c94acfbcd449a55abb9fcb878c6d235?d=identicon)[andreitripon](/maintainers/andreitripon)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/andreitripon-export-data/health.svg)

```
[![Health](https://phpackages.com/badges/andreitripon-export-data/health.svg)](https://phpackages.com/packages/andreitripon-export-data)
```

PHPackages © 2026

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