PHPackages                             chadicus/csv - 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. chadicus/csv

Abandoned → [subjective-php/csv](/?search=subjective-php%2Fcsv)Library[File &amp; Storage](/categories/file-storage)

chadicus/csv
============

Collection of classes to work with csv files

v1.0.0(9y ago)0876MITPHPPHP ~5.6 || ~7.0

Since Jul 10Pushed 7y agoCompare

[ Source](https://github.com/chadicus/csv-php)[ Packagist](https://packagist.org/packages/chadicus/csv)[ RSS](/packages/chadicus-csv/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

Chadicus\\Csv
=============

[](#chadicuscsv)

[![Build Status](https://camo.githubusercontent.com/2da9a3550da5dab5d12e18767ebe092b1a5d79679eac5d32d3e84e173ab308d8/68747470733a2f2f7472617669732d63692e6f72672f63686164696375732f6373762d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/chadicus/csv-php)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/093025891969b40bbc081ac1c1dc64d901d141847c1d90eb38e4f1af41b531fd/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f63686164696375732f6373762d7068702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/chadicus/csv-php/?branch=master)[![Coverage Status](https://camo.githubusercontent.com/65e14418b10561fd394b347537f1acc24634fdc1a888ec4fec23a2806b1b7a0b/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f63686164696375732f6373762d7068702f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/chadicus/csv-php?branch=master)[![Dependency Status](https://camo.githubusercontent.com/02992b195fc22863af7f5d4f2f9a141716cdabd78c2ffd7dbdb2db10d5ab9859/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3535663737613363336564383934303031343030303736362f62616467652e7376673f7374796c653d666c61742d737175617265)](https://www.versioneye.com/user/projects/55f77a3c3ed8940014000766)

[![Latest Stable Version](https://camo.githubusercontent.com/e35c925429f8e093a55c9fff35ccc0a802a9118e3b842756aef977e311d60820/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f6373762f762f737461626c65)](https://packagist.org/packages/chadicus/csv)[![Latest Unstable Version](https://camo.githubusercontent.com/369fb21c0b0fc42718f564543f3301a59f9a68bfc8a5474faa631fb91fbf358c/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f6373762f762f756e737461626c65)](https://packagist.org/packages/chadicus/csv)[![License](https://camo.githubusercontent.com/462c275d106d4a51a29cfa75bf67d7edfa5f96ca6e01cd254861595ef14a5ac1/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f6373762f6c6963656e7365)](https://packagist.org/packages/chadicus/csv)

[![Total Downloads](https://camo.githubusercontent.com/ab64beebcd72696808d4437d420b2e3b7f8370febb580ea4ac88677f6ed75665/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f6373762f646f776e6c6f616473)](https://packagist.org/packages/chadicus/csv)[![Monthly Downloads](https://camo.githubusercontent.com/0ee3f02c05e3eb2c0545bf4852a943a9a31de21222e1c5433427b93f3812ab61/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f6373762f642f6d6f6e74686c79)](https://packagist.org/packages/chadicus/csv)[![Daily Downloads](https://camo.githubusercontent.com/7fac50ea4ebb26e268d963fe362fe6235c79803155bf8cd63a7a5235d02e1b1a/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f6373762f642f6461696c79)](https://packagist.org/packages/chadicus/csv)

[![Documentation](https://camo.githubusercontent.com/a5445bbf0a3a04a2ec4db113f8a4ada4e12b57d9b2de32d936fa17800bc9ca6e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7265666572656e63652d706870646f632d626c75652e7376673f7374796c653d666c6174)](http://pholiophp.org/chadicus/csv)

A collection of classes to work with delimited files

Requirements
------------

[](#requirements)

Chadicus\\Exceptions requires PHP 5.6 (or later).

\##Composer To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on `chadicus/csv` to your project's `composer.json` file such as:

```
{
    "require": {
        "chadicus/csv": "dev-master"
    }
}
```

\##Contact Developers may be contacted at:

- [Pull Requests](https://github.com/chadicus/csv-php/pulls)
- [Issues](https://github.com/chadicus/csv-php/issues)

\##Project Build With a checkout of the code get [Composer](http://getcomposer.org) in your PATH and run:

```
./composer install
./vendor/bin/phpunit
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 93.3% 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 ~198 days

Total

3

Last Release

3569d ago

Major Versions

v0.1.1 → v1.0.02016-08-10

PHP version history (2 changes)v0.1.0PHP ~5.4 || ~7.0

v1.0.0PHP ~5.6 || ~7.0

### Community

Maintainers

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

---

Top Contributors

[![chadicus](https://avatars.githubusercontent.com/u/1182337?v=4)](https://github.com/chadicus "chadicus (14 commits)")[![bartko-s](https://avatars.githubusercontent.com/u/675883?v=4)](https://github.com/bartko-s "bartko-s (1 commits)")

---

Tags

csvfileiodelimited

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chadicus-csv/health.svg)

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

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k639.1M2.2k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[league/flysystem-local

Local filesystem adapter for Flysystem.

225231.8M39](/packages/league-flysystem-local)[league/flysystem-memory

In-memory filesystem adapter for Flysystem.

8533.6M194](/packages/league-flysystem-memory)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)

PHPackages © 2026

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