PHPackages                             bkkkd/multarray - 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. bkkkd/multarray

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

bkkkd/multarray
===============

A multidimensional array export/import CSV file tool library.

09PHP

Since Mar 20Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Description
===========

[](#description)

A multidimensional array export/import CSV file tool library.

demo
====

[](#demo)

```
$data = array(
    '_id'=>'123',
    'name'=>array(
        'first'=>'Tim',
        'last'=>'Huang'
        )
     );
echo MultArray::toCsv($data); // print thee csv file content as below

$render = MultArray::fromCsv('.test.csv');//  it is same to $data

```

csv file content
----------------

[](#csv-file-content)

```
_id,name[first],name[last]
123,Tim,Huang

```

php array
---------

[](#php-array)

```
array(
    '_id'=>'123',
    'name'=>array(
        'first'=>'Tim',
        'last'=>'Huang'
        )
     )

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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/6e2beccff12d78ec9667f7728e9bc36fbfb5f3fc009623e6b16eec1c329b74ed?d=identicon)[bkkkd](/maintainers/bkkkd)

---

Top Contributors

[![goodtim](https://avatars.githubusercontent.com/u/8170651?v=4)](https://github.com/goodtim "goodtim (3 commits)")[![bkkkd](https://avatars.githubusercontent.com/u/2071911?v=4)](https://github.com/bkkkd "bkkkd (1 commits)")

### Embed Badge

![Health badge](/badges/bkkkd-multarray/health.svg)

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

PHPackages © 2026

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