PHPackages                             atomatis/simple-data-table-reader - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. atomatis/simple-data-table-reader

ActiveLibrary[File &amp; Storage](/categories/file-storage)

atomatis/simple-data-table-reader
=================================

For easily parse basic data table files (xlsx, csv, ...).

1.0.9(5y ago)0450GPL-3.0-or-laterPHPPHP &gt;=7.2.5

Since Nov 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/atomatis/simple-data-table-reader)[ Packagist](https://packagist.org/packages/atomatis/simple-data-table-reader)[ Docs](https://github.com/atomatis/simple-data-table-reader)[ RSS](/packages/atomatis-simple-data-table-reader/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)Dependencies (3)Versions (11)Used By (0)

simple-data-table-reader
========================

[](#simple-data-table-reader)

POO iterable tools for parse easily any basic data table file (like csv, xlsx, ...).

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

[](#installation)

With composer

```
composer require atomatis/simple-data-table-reader
```

Purpose
-------

[](#purpose)

Read a simple table\_data.xlsx file

Nameref\_idtel N°nadegeAR4F9EJ06 54 65 66 77gertrude45345065 465 656 77like this

```
 $reader = SimpleReaderFactory::createTableDataReader('file/table_data.xlsx'/*, ?string $forceExtension*/);
 $reader->getHeader(); // return ['name', 'ref_id', 'tel_n']

 foreach ($reader->getIterator() as $row) {
    // offset 1
    $row->get('name'); // return 'nadege'
    $row->get('ref_id'); // return 'AR4F9EJ'
    $row->get('wrong_ref'); // return null
    $row(); // return ['name' => 'nadege', 'ref_id' => 'AR4F9EJ', 'tel_n' => '06 54 65 66 77']
 }
```

Other info
----------

[](#other-info)

Extension availablexlsxcsv

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Recently: every ~24 days

Total

10

Last Release

1898d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5fc8fd9ad64a5c727562cf1891cfd475f77211a962cc658d34c372f6d41e1f50?d=identicon)[atomatis](/maintainers/atomatis)

---

Top Contributors

[![atomatis](https://avatars.githubusercontent.com/u/16647279?v=4)](https://github.com/atomatis "atomatis (12 commits)")

---

Tags

xlsxcsvfilereaderdata table

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/atomatis-simple-data-table-reader/health.svg)

```
[![Health](https://phpackages.com/badges/atomatis-simple-data-table-reader/health.svg)](https://phpackages.com/packages/atomatis-simple-data-table-reader)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[kolay/xlsx-stream

Streaming XLSX reader and writer for PHP and Laravel. Constant memory regardless of file size, direct S3 multipart streaming, optional born-indexed random access.

437.9k](/packages/kolay-xlsx-stream)

PHPackages © 2026

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