PHPackages                             zealot/dataframe - 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. zealot/dataframe

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

zealot/dataframe
================

lightweight lib to find/read/write files/csv files

2.0.0(8y ago)017MITPHPPHP &gt;=7.0.0

Since Mar 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/sturkin/dataframe)[ Packagist](https://packagist.org/packages/zealot/dataframe)[ Docs](https://github.com/sturkin/filesystem)[ RSS](/packages/zealot-dataframe/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (4)Used By (0)

Zealot/dataframe
================

[](#zealotdataframe)

Lib to work with csv files/assoc arrays like DB table. For now implemented only whereIn(); (yeap, been inspired by pandas)

Getting Started
---------------

[](#getting-started)

```
$pathToCsvFile = '/tmp/csvfile_emails.csv';

$utils = new IOUtils();
$dataFrame = $utils->fromCsvFile($pathToCsvFile);
$filteredDF = $dataFrame->filter()->whereIn('email', ['sturkin30@gmail.com'])->get();

foreach ($filteredDF->getAssocArrayIterator() as $line) {
    var_dump($line);
}

//$utils->toCsvFile($filteredDF,'path to file')
```

### Installing

[](#installing)

```
composer require zealot/dataframe

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Every ~47 days

Total

2

Last Release

2966d ago

Major Versions

1.0 → 2.0.02018-05-17

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3426252?v=4)[Sergey Turkin](/maintainers/sturkin)[@sturkin](https://github.com/sturkin)

---

Top Contributors

[![sturkin](https://avatars.githubusercontent.com/u/3426252?v=4)](https://github.com/sturkin "sturkin (5 commits)")

### Embed Badge

![Health badge](/badges/zealot-dataframe/health.svg)

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

PHPackages © 2026

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