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 2mo ago

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 43% 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

2920d ago

Major Versions

1.0 → 2.0.02018-05-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/832823c9d9d12a708bcb1e6c5312db51001aa9db949e784fe7d081aa99847b0f?d=identicon)[sturkin](/maintainers/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)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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