PHPackages                             adambisek/io-table - 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. adambisek/io-table

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

adambisek/io-table
==================

v1.0.0(10y ago)0126MITPHP

Since Apr 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/adambisek/io-table)[ Packagist](https://packagist.org/packages/adambisek/io-table)[ RSS](/packages/adambisek-io-table/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

io-table
========

[](#io-table)

[![Latest Stable Version](https://camo.githubusercontent.com/4941ed21e92d34cd21e8cfc146806cb4d217f3a10e7516591177e89a36b9fa47/68747470733a2f2f706f7365722e707567782e6f72672f6164616d626973656b2f696f2d7461626c652f762f737461626c65)](https://packagist.org/packages/adambisek/io-table)[![License](https://camo.githubusercontent.com/84b0376ea0c517c7e5955ac0fd33bf7bb5fdbe0917738dc1c4b0b3949ab07406/68747470733a2f2f706f7365722e707567782e6f72672f6164616d626973656b2f696f2d7461626c652f6c6963656e73652e706e67)](https://github.com/adambisek/io-table/blob/master/LICENSE)

Save Array to CSV file or parse CSV file into Array

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

[](#installation)

Preferred installation is with [Composer](https://doc.nette.org/composer).

`composer require adambisek/io-table`Usage
-----

[](#usage)

```
$parser = new \IoTable\Parsers\CsvParser();
$table = new \IoTable\Table();
$table->setParser($parser);
$table->loadFromString("sloupec;druhy sloupec\nsl v novem radku;a dalsi");
$rows = $table->getRows();
var_dump($rows);
$csv = $table->toString();
var_dump($csv);

```

```
$parser = new \IoTable\Parsers\CsvParser();
$table = new \IoTable\Table();
$table->setParser($parser);
$table->load([["sloupec", "druhy sloupec"], ["sl v novem radku", "a dalsi"]]);
$string = $table->toString();
var_dump($string);

```

Parser test (for maintainer only)
---------------------------------

[](#parser-test-for-maintainer-only)

```
$p = new \IoTable\Parsers\CsvParser();
$r = $p->parse("sloupec;druhy sloupec\nsl v novem radku;a dalsi");
var_dump($r);
$r = $p->toString([["sloupec", "druhy sloupec"], ["sl v novem radku", "a dalsi"]]);
var_dump($r);

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

3665d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1eb83de34ba5a37250b3b517fca09204936e8f950afa6423299696c68f8af82?d=identicon)[enlilcz](/maintainers/enlilcz)

---

Top Contributors

[![adambisek](https://avatars.githubusercontent.com/u/1413812?v=4)](https://github.com/adambisek "adambisek (1 commits)")

### Embed Badge

![Health badge](/badges/adambisek-io-table/health.svg)

```
[![Health](https://phpackages.com/badges/adambisek-io-table/health.svg)](https://phpackages.com/packages/adambisek-io-table)
```

###  Alternatives

[chenkby/yii2-region

Yii2中国省市区三级联动

325.1k](/packages/chenkby-yii2-region)

PHPackages © 2026

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